toggle test case for noswap

pull/42/head
Jesse Becker 9 years ago
parent 4a4db7ab56
commit cfac2be334

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

Loading…
Cancel
Save