Author: M0...@gm...
Date: Thu Dec 4 08:17:33 2008
New Revision: 361
Modified:
branches/iVL/MdlInstallSys.module
Log:
Fixed syntax error in mdlinstallsys
Modified: branches/iVL/MdlInstallSys.module
==============================================================================
--- branches/iVL/MdlInstallSys.module (original)
+++ branches/iVL/MdlInstallSys.module Thu Dec 4 08:17:33 2008
@@ -305,10 +305,11 @@
IF Len(sDump) < 1 THEN
SHELL "echo \'" & cb.Tag & " none swap sw 0 0 \' >>
/etc/fstab" WAIT
END IF
- NEXT
+' NEXT
'SHELL "swapon -a" WAIT
END IF
+ NEXT
EXEC ["swapon", "-a"] WAIT
END
|