From fb856ac8d562bbd33561fc67dc5526e90263d548 Mon Sep 17 00:00:00 2001 From: lulzette Date: Sun, 24 Jan 2021 11:49:44 +0300 Subject: [PATCH] changed location --- restore.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/restore.sh b/restore.sh index a7550ef..e790a34 100644 --- a/restore.sh +++ b/restore.sh @@ -1,8 +1,8 @@ #not working encrypted setup #vars -IP="192.168.100.16" -source="rsync@"$IP"/rsync/" +IP="192.168.100.100" +source="rsync@"$IP"/mnt/" bootSize=256M #prepare @@ -187,4 +187,4 @@ echo "==> Syncing..." sync echo "==> Unmounting..." umount -R /mnt -echo "==> Done!" \ No newline at end of file +echo "==> Done!"