mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Allow run joincluster as non root when ejabberd installed as root (#497)
This commit is contained in:
parent
09f5565ca0
commit
dbcfd38c18
@ -95,8 +95,7 @@ REMOTENAME=-name
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
|
||||
[ -d $SPOOL_DIR ] && rm -Rf $SPOOL_DIR
|
||||
mkdir $SPOOL_DIR || error "$SPOOL_DIR cannot be created" 20
|
||||
[ -d $SPOOL_DIR ] && rm -Rf $SPOOL_DIR/* || mkdir -p $SPOOL_DIR || error "$SPOOL_DIR cannot be created" 20
|
||||
[ -w $SPOOL_DIR ] || error "$SPOOL_DIR directory is not writable" 21
|
||||
mkdir -p $PA || error "$PA cannot be created" 22
|
||||
cd $PA
|
||||
|
Loading…
Reference in New Issue
Block a user