Compare commits
1 Commits
aa2a5e7714
...
67a600396b
Author | SHA1 | Date | |
---|---|---|---|
67a600396b |
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user