Cleaning up

This commit is contained in:
b.waal
2020-04-23 11:09:07 +02:00
parent 98fd3ad4c8
commit 77975fab7b

View File

@@ -38,7 +38,6 @@ 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 "swap enabled"
else else
fallocate -l 1G /swapfile fallocate -l 1G /swapfile
chmod 600 /swapfile chmod 600 /swapfile