Use /config/www/gallery as the migration check

This commit is contained in:
TheSpad 2022-11-09 14:19:05 +00:00
parent 553a78c0e4
commit b6451cf78f
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -7,7 +7,7 @@ mkdir -p \
/gallery/galleries
# Migrate old data
if [[ -f /gallery/index.php ]]; then
if [[ -f /config/www/gallery ]]; then
echo "*******************************************************************************"
echo ""
echo "Migrating old install..."