changed location

This commit is contained in:
lulzette 2021-01-24 11:49:44 +03:00
parent 9d369e8b0d
commit fb856ac8d5

View File

@ -1,8 +1,8 @@
#not working encrypted setup #not working encrypted setup
#vars #vars
IP="192.168.100.16" IP="192.168.100.100"
source="rsync@"$IP"/rsync/" source="rsync@"$IP"/mnt/"
bootSize=256M bootSize=256M
#prepare #prepare
@ -187,4 +187,4 @@ echo "==> Syncing..."
sync sync
echo "==> Unmounting..." echo "==> Unmounting..."
umount -R /mnt umount -R /mnt
echo "==> Done!" echo "==> Done!"