drupal-site-template icon indicating copy to clipboard operation
drupal-site-template copied to clipboard

Error execution post install script

Open enzolutions opened this issue 9 years ago • 1 comments

I got the following error when the post install script is tried to be executed

sed: eb/core/authorize.php: No such file or directory
sed: eb/core/install.php: No such file or directory
sed: eb/core/rebuild.php: No such file or directory

That is because sed can't determine the location of file

enzolutions avatar Mar 03 '15 17:03 enzolutions

I just pushed a fix to use $PWD so that should work now. Can you confirm?

tstoeckler avatar Mar 12 '15 09:03 tstoeckler