fix config.js overwrite protection

This commit is contained in:
Matthias Wirth
2019-08-16 13:25:36 +02:00
parent 1050e00ff3
commit cb1cfea3fd

View File

@@ -46,8 +46,8 @@ fi
mkdir -p $ipath
if [ -f $ipath/defaults.json ]; then
cp $ipath/config.json . 2>/dev/null
if [ -f $ipath/html/defaults.js ]; then
cp $ipath/html/config.js html/
fi
cp -r * $ipath