Update changelog, set binary full path

This commit is contained in:
VirtuBox
2019-08-01 11:09:49 +02:00
parent ba376c037b
commit e9481aa964
4 changed files with 7 additions and 6 deletions

View File

@@ -237,7 +237,7 @@ class WOSiteController(CementBaseController):
WOFileUtils.chdir(self, wo_site_webroot)
try:
subprocess.call(['bash'])
subprocess.call(['/bin/bash'])
except OSError as e:
Log.debug(self, "{0}{1}".format(e.errno, e.strerror))
Log.error(self, "unable to change directory")