Skip to content
Snippets Groups Projects
Unverified Commit 21908579 authored by Richard Bruskiewich's avatar Richard Bruskiewich Committed by GitHub
Browse files

tiny typo

parent 39d15c33
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ then ...@@ -92,7 +92,7 @@ then
run_scripts setup run_scripts setup
echo "=> Done installing site!" echo "=> Done installing site!"
if [ $EXTRA_SETUP_SCRIPT ]; then if [ $EXTRA_SETUP_SCRIPT ]; then
echo "=> WARNING: The usage of EXTRA_SETUP_SCRIPT is deprectated. Put your script into /scripts/post-setup.d/" echo "=> WARNING: The usage of EXTRA_SETUP_SCRIPT is deprecated. Put your script into /scripts/post-setup.d/"
. $EXTRA_SETUP_SCRIPT . $EXTRA_SETUP_SCRIPT
echo "=> Successfully ran extra setup script ${EXTRA_SETUP_SCRIPT}." echo "=> Successfully ran extra setup script ${EXTRA_SETUP_SCRIPT}."
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment