Compare commits

..

1 Commits

Author SHA1 Message Date
Dominik Meyer cd1ea8b54c
ADD: divided application and configuration directory 2021-06-05 13:15:19 +02:00
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ if [ ! -d /var/lib/mysql/wikindx6 ] ; then
mysql -u root < create.sql
fi
ls /home/wikindx/
# for updating from old docker container
if [ -e /home/wikindx/index.php ]; then
echo -n "found application in config directory ..."