Fix init script

This commit is contained in:
Daniel Flanagan 2020-11-06 00:42:19 -06:00
parent bd570764b4
commit bb723cf2e0
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ init_for_daniel() {
fix_dotfiles_origin
}
if [ "$EUID" -eq 0 ]
if [ "$EUID" -eq 0 ]; then
init_for_root
else
init_for_daniel