Skip to content

Commit 83f1ed8

Browse files
committed
change setup output
1 parent 2895590 commit 83f1ed8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

bootstrap/changes/tel/setup.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,12 @@ fi
103103

104104
if [ "$UPDATE" = false ]; then
105105
touch ~/.tel/.installed #mark setup finished
106-
log "installation finished, app will restart in 5 seconds"
106+
log "installation finished"
107107
else
108-
log "update finished, app will restart in 5 seconds"
108+
log "update finished"
109109
fi
110110

111+
error "app will restart in 5 seconds!"
112+
111113
sleep 5
112-
tel-restart
114+
tel-restart

0 commit comments

Comments
 (0)