Fix misspelled name of lmnsynci-User.

This commit is contained in:
Raphael Dannecker 2024-03-12 10:39:18 +01:00
parent b271d4978e
commit 4c6a499cf0

View file

@ -24,5 +24,5 @@ for i in *.qcow2; do
done
# allow lmnsynci to remove old vm images
chgrp lmnsyni "${VM_DIR}"
chgrp lmnsynci "${VM_DIR}"
chmod g+w "${VM_DIR}"