mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2025-09-02 18:18:31 +02:00
Avoid to update source if not needed
This commit is contained in:
@ -53,8 +53,10 @@ if [ ~"$app" != "$data_dir" ]; then
|
|||||||
usermod --home "$data_dir" "$app"
|
usermod --home "$data_dir" "$app"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Ensure secrets are defined
|
if [ "$upgrade_type" == UPGRADE_APP ]; then
|
||||||
ynh_setup_source --dest_dir="$install_dir" --source_id=main --full_replace=1 --keep=custom
|
# Ensure secrets are defined
|
||||||
|
ynh_setup_source --dest_dir="$install_dir" --source_id=main --full_replace=1 --keep=custom
|
||||||
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# MIGRATION STEP 2 (Set undefined Vars)
|
# MIGRATION STEP 2 (Set undefined Vars)
|
||||||
|
Reference in New Issue
Block a user