This commit is contained in:
Josué Tille 2024-04-27 00:01:55 +02:00
parent 35356ee97b
commit b2c1604b83
No known key found for this signature in database
GPG Key ID: 5F259226AD51F2F5

View File

@ -54,7 +54,6 @@ if [ ~"$app" != "$data_dir" ]; then
fi fi
if [ "$upgrade_type" == UPGRADE_APP ]; then if [ "$upgrade_type" == UPGRADE_APP ]; then
# Ensure secrets are defined
ynh_setup_source --dest_dir="$install_dir" --source_id=main --full_replace=1 --keep=custom ynh_setup_source --dest_dir="$install_dir" --source_id=main --full_replace=1 --keep=custom
fi fi