[n/selfoss] generate config-example.ini
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
02992a9a4f
commit
c652b30cbe
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue