Skip to content

Commit

Permalink
DSM6 (settings): Enforce the EFF_USER to be http when running in DSM 6
Browse files Browse the repository at this point in the history
  • Loading branch information
smaarn committed Nov 12, 2023
1 parent 73e2d51 commit 9f5c98b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spk/tt-rss/src/service-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ VERSION_FILE_DIRECTORY="var"
VERSION_FILE="${VERSION_FILE_DIRECTORY}/version.txt"

USER=http
if [ "${SYNOPKG_DSM_VERSION_MAJOR}" -lt 7 ]; then
EFF_USER=http
fi

PHP="${SYNOPKG_PKGDEST}/bin/virtual-php"
MARIADB_10_INSTALL_DIRECTORY="/var/packages/MariaDB10"
MARIADB_10_BIN_DIRECTORY="${MARIADB_10_INSTALL_DIRECTORY}/target/usr/local/mariadb10/bin"
Expand Down

0 comments on commit 9f5c98b

Please sign in to comment.