Fix no root

This commit is contained in:
Thomas Forgione 2019-05-03 11:04:17 +02:00
parent 23af299538
commit 1231b659dc
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 1 deletions

View File

@ -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