mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
minor fix: wrong owner user being set on server installer
This commit is contained in:
parent
aae68408a1
commit
91327a22da
@ -333,7 +333,9 @@ install () {
|
|||||||
fi
|
fi
|
||||||
# when fakeroot installation, this can fail
|
# when fakeroot installation, this can fail
|
||||||
chown -R pandora:$GROUPNAME $DESTDIR$PANDORA_SPOOL 2>/dev/null
|
chown -R pandora:$GROUPNAME $DESTDIR$PANDORA_SPOOL 2>/dev/null
|
||||||
|
|
||||||
|
chown apache:$GROUPNAME $DESTDIR$PANDORA_SPOOL/data_in/customer_key 2>/dev/null
|
||||||
|
|
||||||
echo "Creating setup directory in $PANDORA_CFG_DIR"
|
echo "Creating setup directory in $PANDORA_CFG_DIR"
|
||||||
mkdir -p $DESTDIR$PANDORA_CFG_DIR 2> /dev/null
|
mkdir -p $DESTDIR$PANDORA_CFG_DIR 2> /dev/null
|
||||||
if [ -f "$DESTDIR$PANDORA_CFG_FILE" ]
|
if [ -f "$DESTDIR$PANDORA_CFG_FILE" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user