Fix bad function call

This commit is contained in:
Daniel Flanagan 2020-11-07 21:58:55 -06:00
parent b59a70e0ec
commit 0c250a0b17
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ distro_specific_user_setup() {
init_for_root() {
clone_dotfiles "$root_home$dotfiles"
distro_specific_setup
distro_specific_root_setup
chown daniel:users "$daniel_home"
echo "Re-running as user daniel..."
sudo --user daniel "$root_home$dotfiles/init.sh"