Revert to using root

This commit is contained in:
phahulin 2017-07-26 13:01:14 +03:00 committed by GitHub
parent 27155b4bac
commit a21c8adfdd
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ NODE_ADMIN_EMAIL="${NODE_ADMIN_EMAIL:-somebody@somehere}"
ADMIN_USERNAME="${ADMIN_USERNAME}"
#echo "===== HOME before: ${HOME:-NONE}"
export HOME="${HOME:-/home/${ADMIN_USERNAME}}"
export HOME="${HOME:-/root}}"
#echo "===== HOME after: ${HOME}"
prepare_homedir() {