Browse Source

chown

merge-requests/68/head
Steven Foerster 5 years ago
parent
commit
2a876541f6
  1. 1
      scripts/env/check_env_file.sh

1
scripts/env/check_env_file.sh vendored

@ -25,6 +25,7 @@ if [[ -f "${SERVICE_ENV_INSTALLER}" ]]; then
# create env file for service # create env file for service
echo "Creating environment file" echo "Creating environment file"
source $SERVICE_ENV_INSTALLER $SERVICE_ENV_FILE source $SERVICE_ENV_INSTALLER $SERVICE_ENV_FILE
chown mistborn:mistborn $SERVICE_ENV_FILE
chmod 600 $SERVICE_ENV_FILE chmod 600 $SERVICE_ENV_FILE
fi fi

Loading…
Cancel
Save