This commit is contained in:
l0sted 2018-05-28 13:05:25 +03:00
parent ec76772834
commit 31eb702aea

View File

@ -1,7 +1,8 @@
#not working encrypted setup
#vars
source="rsync@192.168.100.16/rsync/"
IP="192.168.100.16"
source="rsync@"$IP"/rsync/"
swapSize=$(free -m | grep "Mem" | awk '{print $2}')
let "swapSize += 512"
swapSize=$swapSize"M"