diff --git a/tforgione.sh b/tforgione.sh index 3575342..c66ac7e 100755 --- a/tforgione.sh +++ b/tforgione.sh @@ -157,7 +157,7 @@ clone_dotfiles() { mkdir -p $HOME/.config/dotfiles/.data - if [ "$sudo_available" != "true" ]; then + if [ $sudo_available -ne 0 ]; then touch $HOME/.config/dotfiles/.data/noroot fi fi