mirror of
https://github.com/linuxserver/docker-piwigo.git
synced 2025-04-24 05:07:05 -04:00
Use /config/www/gallery as the migration check
This commit is contained in:
parent
553a78c0e4
commit
b6451cf78f
1 changed files with 1 additions and 1 deletions
|
@ -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..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue