chown .bash_profile to correct user as it's created by root (#45)

* chown .bash_profile to correct user as it's created by root

Fixes #44

* change from - to _
This commit is contained in:
Daniel Hansson 2016-10-14 15:23:32 +02:00 committed by GitHub
parent bb70ced9d0
commit a4e73794b7

View File

@ -34,4 +34,6 @@ sudo -i
UNIXUSER-PROFILE
chown $UNIXUSER:$UNIXUSER $UNIXUSER_PROFILE
exit 0