drupal-site-template
drupal-site-template copied to clipboard
Error execution post install script
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
I just pushed a fix to use $PWD
so that should work now. Can you confirm?