Commit 63dc5d2b authored by Leo Iannacone's avatar Leo Iannacone

call scripts using absolute path

parent 63f0d214
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
export SCRIPTS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" export SCRIPTS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
bash install/remove_css_directory_listing.sh bash ${SCRIPTS_DIR}/install/remove_css_directory_listing.sh
bash install/download_external_libs.sh bash ${SCRIPTS_DIR}/install/download_external_libs.sh
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment