Skip to content
Snippets Groups Projects
Commit 827379da authored by tobiglaser's avatar tobiglaser
Browse files

correct syntax

parent 449ac11b
No related branches found
No related tags found
No related merge requests found
......@@ -172,12 +172,13 @@
#display useful info
echo "Setup complete."
echo ""
echo "-------------------------------------------------"
echo "Hostname: $(hostname)"
echo "IP-Adress: $(hostname -I | awk '{print $1}')"
echo "-------------------------------------------------"
#display reboot message if necessary
if [ "{$pleaseReboot}" == "true"]
if [ "$pleaseReboot" = true ]
then
echo "PLEASE REBOOT"
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