Compare commits

..

1 Commits

Author SHA1 Message Date
Dominik Meyer aa2a5e7714
ADD: divided application and configuration directory 2021-06-05 13:12:14 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if [ ! -d /var/lib/mysql/wikindx6 ] ; then
fi
# for updating from old docker container
if [ -d /home/wikindx/core ]; then
if [ -e /home/wikindx/index.php ]; then
echo -n "found application in config directory ..."
mv /home/wikindx/config.php /tmp/
rm /home/wikindx/* -rf