We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2895590 commit 83f1ed8Copy full SHA for 83f1ed8
1 file changed
bootstrap/changes/tel/setup.sh
@@ -103,10 +103,12 @@ fi
103
104
if [ "$UPDATE" = false ]; then
105
touch ~/.tel/.installed #mark setup finished
106
- log "installation finished, app will restart in 5 seconds"
+ log "installation finished"
107
else
108
- log "update finished, app will restart in 5 seconds"
+ log "update finished"
109
fi
110
111
+error "app will restart in 5 seconds!"
112
+
113
sleep 5
-tel-restart
114
+tel-restart
0 commit comments