Minor updates.
This commit is contained in:
parent
13f3400577
commit
6d0549e6ce
3 changed files with 8 additions and 9 deletions
bin
|
@ -6,7 +6,7 @@
|
|||
import os, os.path, sys, shutil, re
|
||||
from optparse import OptionParser
|
||||
from appy.shared.utils import cleanFolder, copyFolder
|
||||
from appy.shared.packaging import ooStartSh, zopeConf
|
||||
from appy.shared.packaging import ooStart, zopeConf
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
class NewError(Exception): pass
|
||||
|
@ -114,7 +114,7 @@ class ZopeInstanceCreator:
|
|||
os.chmod('bin/runzope', 0744) # Make it executable by owner.
|
||||
# Create bin/startoo
|
||||
f = file('bin/startoo', 'w')
|
||||
f.write(ooStartSh)
|
||||
f.write(ooStart)
|
||||
f.close()
|
||||
os.chmod('bin/startoo', 0744) # Make it executable by owner.
|
||||
# Create etc/zope.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue