Skip to content

Commit

Permalink
Fix Welcome Wizard being shown more than once
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Jan 11, 2021
1 parent 201c9dc commit 44dd4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/uzip/hello/files/usr/local/bin/start-hello
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ redshift -l$(getlalo) &
# Welcome Wizard
uid="$(id -u)"
if [ -e /System/Welcome.app/Welcome ] ; then
if [ ! -e "~/.config/hello/.helloSetupDone" ] ; then
if [ ! -e "${HOME}/.config/hello/.helloSetupDone" ] ; then
/System/Welcome.app/Welcome
fi
fi
Expand Down

0 comments on commit 44dd4f9

Please sign in to comment.