Skip to content

Commit

Permalink
🐛 FIX: #24
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed Feb 6, 2021
1 parent 4c0becb commit 9160299
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bash/init-complete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
$workspace_log='/var/log/workspace-image.log'
$init_log='/var/log/workspace-init.log'
echo -e "\nALL DONE\n"
sleep 3
echo "Results of building the workspace image $workspace_log"
less $workspace_log
less "$workspace_log"
echo ''
echo "Results of the gitpod initialization ➥"
less $init_log
less "$init_log"

0 comments on commit 9160299

Please sign in to comment.