1
0
mirror of https://github.com/moparisthebest/pi-hole synced 2024-08-13 16:53:51 -04:00

toggle test case for noswap

This commit is contained in:
Jesse Becker 2015-09-13 15:23:29 -04:00
parent 4a4db7ab56
commit cfac2be334

View File

@ -60,7 +60,7 @@ function createSwapFile()
} }
if [[ -z "$noSwap" ]]; then if [[ -n "$noSwap" ]]; then
# if $noSwap is set, don't do anything # if $noSwap is set, don't do anything
: :
elif [[ -f /etc/dphys-swapfile ]];then elif [[ -f /etc/dphys-swapfile ]];then