|
@@ -18,7 +18,7 @@ ynh_systemctl --service=$app --action="stop" --log_path="systemd"
|
|
|
#=================================================
|
|
#=================================================
|
|
|
ynh_script_progression "Upgrading source files..."
|
|
ynh_script_progression "Upgrading source files..."
|
|
|
|
|
|
|
|
-ynh_setup_source --dest_dir="$install_dir" --full_replace
|
|
|
|
|
|
|
+ynh_setup_source --dest_dir="$install_dir" --full_replace --keep = ".env"
|
|
|
|
|
|
|
|
#=================================================
|
|
#=================================================
|
|
|
# UPGRADE DEPENDENCIES
|
|
# UPGRADE DEPENDENCIES
|
|
@@ -41,9 +41,9 @@ yunohost service add $app --description="Customizable browser's home page" --log
|
|
|
#=================================================
|
|
#=================================================
|
|
|
# ADD A CONFIGURATION
|
|
# ADD A CONFIGURATION
|
|
|
#=================================================
|
|
#=================================================
|
|
|
-ynh_script_progression "Adding $app's configuration..."
|
|
|
|
|
|
|
+#ynh_script_progression "Adding $app's configuration..."
|
|
|
|
|
|
|
|
-ynh_config_add --template=".env" --destination="$install_dir/.env"
|
|
|
|
|
|
|
+#ynh_config_add --template=".env" --destination="$install_dir/.env"
|
|
|
|
|
|
|
|
#=================================================
|
|
#=================================================
|
|
|
# INSTALL HOMARR
|
|
# INSTALL HOMARR
|