diff --git a/packages/sysutils/busybox/init.d/09_swapfile b/packages/sysutils/busybox/init.d/09_swapfile index 4c2c0b113d..e5b711c832 100755 --- a/packages/sysutils/busybox/init.d/09_swapfile +++ b/packages/sysutils/busybox/init.d/09_swapfile @@ -29,7 +29,7 @@ INSTALLED_MEMORY=`cat /proc/meminfo | grep 'MemTotal:' | awk '{print $2}'` -if [ $INSTALLED_MEMORY -le 500000 -a -f $HOME/.config/swapon]; then +if [ $INSTALLED_MEMORY -le 500000 -a -f $HOME/.config/swapon ]; then if [ ! -f $HOME/.cache/swapfile ]; then progress "creating swapfile"