make swapfile existing not an error

This commit is contained in:
Joby 2024-10-23 17:29:01 -06:00
parent 467405d95a
commit 4f3c885605

View file

@ -9,7 +9,7 @@ fi
# Exit if swapfile exists
if [ -f /swapfile ]; then
echo "Swapfile already exists. Exiting..."
exit 1
exit 0
fi
# Swap Setup