Skip to content
Snippets Groups Projects
Commit 8ec4971a authored by David Trattnig's avatar David Trattnig
Browse files

Set mode explicitely.

parent 80b6341f
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,9 @@ mode="dev"
if [[ $* =~ ^(prod)$ ]]; then
mode=$1
mode="prod"
fi
if [ $mode == "dev" ]; then
echo "[Installing AURA ENGINE for Development]"
fi
......
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