mirror of
https://github.com/linuxserver/docker-piwigo.git
synced 2025-04-24 05:07:05 -04:00
Fix check as it's actually a link not a file.
This commit is contained in:
parent
cc39bc8851
commit
ce1008c48a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ mkdir -p \
|
|||
/gallery/galleries
|
||||
|
||||
# Migrate old data
|
||||
if [[ -f /config/www/gallery ]]; then
|
||||
if [[ -L /config/www/gallery ]]; then
|
||||
echo "*******************************************************************************"
|
||||
echo ""
|
||||
echo "Migrating old install..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue