Author: nextgens Date: 2008-05-29 04:40:25 +0000 (Thu, 29 May 2008) New Revision: 20126
Modified: trunk/apps/new_installer/scripts/1run.sh Log: new_installer: the lock file should be created by the tarball too Modified: trunk/apps/new_installer/scripts/1run.sh =================================================================== --- trunk/apps/new_installer/scripts/1run.sh 2008-05-29 04:33:02 UTC (rev 20125) +++ trunk/apps/new_installer/scripts/1run.sh 2008-05-29 04:40:25 UTC (rev 20126) @@ -73,4 +73,5 @@ echo "Finished" rm -f bin/1run.sh +touch .isInstalled exit 0
