[n/selfoss] generate config-example.ini

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2025-02-13 16:52:07 +01:00
parent 02992a9a4f
commit c652b30cbe
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -7,7 +7,7 @@ PRGNAM=$(basename $CWD)
UPSTREAM_REPO=https://github.com/fossar/selfoss
VERSION=${VERSION:-latest}
ARCH=${ARCH:-noarch}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=gwh
TMP=/tmp/$TAG
@ -45,6 +45,7 @@ npm run install-dependencies:client
npm run build
chown -R apache:apache $PKG/opt/$PRGNAM/
sudo -u apache php -f ./utils/generate-config-example.php
# correction
cd $PKG