rename setup mode

This commit is contained in:
-k
2018-07-25 11:40:50 -04:00
parent 38b887e101
commit ca3e551a26
6 changed files with 13 additions and 13 deletions

View File

@@ -60,7 +60,7 @@ if [ "$USER" = "pi" ]; then
l1="Login to your RaspiBlitz with:\n"
l2="ssh admin@${localip}\n"
l3="Use your Password A\n"
dialog --backtitle "RaspiBlitz - SetUp Mode" --infobox "$l1$l2$l3" 5 34
dialog --backtitle "RaspiBlitz - Setup Mode" --infobox "$l1$l2$l3" 5 34
sleep 10
fi