update
This commit is contained in:
@@ -198,6 +198,10 @@ chown -R $APXTRI_USER:$APXTRI_USER "$APP_DIR/apxtri/"
|
||||
|
||||
# ==== LAUNCH ====
|
||||
sudo -u "$APXTRI_USER" bash <<EOF
|
||||
npm_config_cache="${DATAPATH:-/tmp}/.npm"
|
||||
mkdir -p "$npm_config_cache"
|
||||
chown -R "$APXTRI_USER:$APXTRI_USER" "$npm_config_cache"
|
||||
export npm_config_cache
|
||||
export NVM_DIR="$MAIN_DIR/.nvm"
|
||||
|
||||
if [ ! -d "\$NVM_DIR" ]; then
|
||||
|
Reference in New Issue
Block a user