Commit afcd50c3 authored by Michel Pelletier's avatar Michel Pelletier

yeah yeah...

parent 67f1b622
......@@ -123,15 +123,6 @@ if not os.path.exists(ac_path):
acfile.close()
os.system('chmod 744 access')
sh_path=os.path.join(home, 'start')
if not os.path.exists(sh_path):
print 'creating start'
s='#!/bin/sh\n%s serve.py >var/serve.log 2>var/serve.log &\n'
shfile=open(sh_path, 'w')
shfile.write(s % sys.executable)
shfile.close()
os.system('chmod 775 start')
print
print '-'*78
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment