Skip to content
Snippets Groups Projects
Commit 863efcd6 authored by totten's avatar totten
Browse files

setup.sh - Quote directory names (which may have spaces)

parent c40bc2aa
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ if [ ! -z $DBADD ]; then
fi
# run the cli script to build the menu and the triggers
cd $CALLEDPATH/..
cd "$CALLEDPATH/.."
"$PHP5PATH"php bin/cli.php -e System -a flush --triggers 1 --session 1
# reset config_backend and userFrameworkResourceURL which gets set
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment