upd
This commit is contained in:
parent
ec76772834
commit
31eb702aea
3
main.sh
3
main.sh
@ -1,7 +1,8 @@
|
|||||||
#not working encrypted setup
|
#not working encrypted setup
|
||||||
|
|
||||||
#vars
|
#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}')
|
swapSize=$(free -m | grep "Mem" | awk '{print $2}')
|
||||||
let "swapSize += 512"
|
let "swapSize += 512"
|
||||||
swapSize=$swapSize"M"
|
swapSize=$swapSize"M"
|
||||||
|
Loading…
Reference in New Issue
Block a user