Skip to content

Commit

Permalink
Fix chown warning during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
marcone committed Oct 21, 2023
1 parent b26ef61 commit 7ece339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/generic/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ then
echo "+-------------------------------------------+"
fi
EOF
chown "$DEFUSER.$DEFUSER" "/home/$DEFUSER/.bashrc"
chown "$DEFUSER:$DEFUSER" "/home/$DEFUSER/.bashrc"
fi
fi

Expand Down

0 comments on commit 7ece339

Please sign in to comment.