Debug
This commit is contained in:
parent
fdb545c557
commit
dd5211e485
1 changed files with 4 additions and 8 deletions
|
@ -4,11 +4,8 @@ if [ ! -f /data/mumo.ini ]
|
||||||
then
|
then
|
||||||
cp /mumo/mumo.ini /data
|
cp /mumo/mumo.ini /data
|
||||||
|
|
||||||
#sed -i 's/mumo.log/\/dev\/null/' /data/mumo.ini
|
|
||||||
#sed -i 's/mumo.pid/\/tmp\/mumo.pid/' /data/mumo.ini
|
|
||||||
#sed -i 's/modules-enabled\//\/data\/modules-enabled\//' /data/mumo.ini
|
|
||||||
|
|
||||||
chmod a+rw /data/mumo.ini
|
chmod a+rw /data/mumo.ini
|
||||||
|
cp -r /mumo/modules /data
|
||||||
cp -r /mumo/modules-available /data
|
cp -r /mumo/modules-available /data
|
||||||
mkdir -p /data/modules-enabled
|
mkdir -p /data/modules-enabled
|
||||||
fi
|
fi
|
||||||
|
@ -16,11 +13,10 @@ fi
|
||||||
# Mumo apparently refuses to read config from mounted dirs,
|
# Mumo apparently refuses to read config from mounted dirs,
|
||||||
# so we copy them ...
|
# so we copy them ...
|
||||||
cp -r /data/mumo.ini /mumo
|
cp -r /data/mumo.ini /mumo
|
||||||
cp -r /data/modules-available /mumo
|
|
||||||
cp -r /data/modules-enabled /mumo
|
cp -r /data/modules-enabled /mumo
|
||||||
|
cp -r /data/modules /mumo
|
||||||
|
|
||||||
# make sure the data dir is writable
|
# make sure the data dir is writable
|
||||||
chown mumo:mumo /data -R
|
chown mumo:mumo /mumo -R
|
||||||
|
|
||||||
#exec su mumo -c "python3 /mumo/mumo.py"
|
exec su mumo -c "python3 /mumo/mumo.py"
|
||||||
exec python3 /mumo/mumo.py
|
|
||||||
|
|
Loading…
Reference in a new issue