Compare commits

..

1 Commits

Author SHA1 Message Date
67a600396b
ADD: divided application and configuration directory 2021-06-05 13:08:55 +02:00

View File

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