Fixed oopsie

This commit is contained in:
b.waal
2020-04-23 11:44:34 +02:00
parent a90607b51b
commit e98a08e9f5

View File

@@ -38,6 +38,7 @@ sed -i -e '/Port 22/c\Port 4242' -e 's/PermitRootLogin yes/PermitRootLogin prohi
##----------## ##----------##
if free | awk '/^Swap:/ {exit !$2}'; then if free | awk '/^Swap:/ {exit !$2}'; then
echo ""
else else
fallocate -l 1G /swapfile fallocate -l 1G /swapfile
chmod 600 /swapfile chmod 600 /swapfile