Skip to content

Commit

Permalink
Merge pull request #911 from ytorres/patch-2
Browse files Browse the repository at this point in the history
Update start.debian.sh
  • Loading branch information
jokob-sk authored Dec 9, 2024
2 parents ac0c13d + 03056f7 commit 9c28411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/start.debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ fi

# Create the execution_queue.log file if it doesn't exist
touch "${INSTALL_DIR}"/log/{app.log,execution_queue.log,app_front.log,app.php_errors.log,stderr.log,stdout.log,db_is_locked.log}
touch "${INSTALL_DIR}"/api/{user_notifications.json}

touch "${INSTALL_DIR}"/api/user_notifications.json

# Fixing file permissions
echo "[INSTALL] Fixing file permissions"
chown root:www-data "${INSTALL_DIR}"/api/user_notifications.json

echo "[INSTALL] Fixing WEB_UI_DIR: ${WEB_UI_DIR}"

Expand Down

0 comments on commit 9c28411

Please sign in to comment.