Skip to content

Commit 7fe084c

Browse files
authored
Update setup.sh
Change output messages
1 parent 8a539c4 commit 7fe084c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

bootstrap/changes/tel/setup.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ fi
102102

103103
if [ "$UPDATE" = false ]; then
104104
touch ~/.tel/.installed #mark setup finished
105+
log "installation finished, app will restart in 5 seconds"
106+
else
107+
log "update finished, app will restart in 5 seconds"
105108
fi
106-
log "update finished, app will restart in 5 seconds"
109+
107110
sleep 5

0 commit comments

Comments
 (0)