1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

Update change_url

This commit is contained in:
Éric Gaspar 2022-07-08 09:51:58 +02:00
parent af0b5fc39d
commit c0d5b7004c
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -109,12 +109,9 @@ fi
#=================================================
ynh_script_progression --message="Updating systemd service..." --weight=1
ynh_replace_string --match_string="Environment=ROOT_URL=*" --replace_string="https://$new_domain$new_path" --target_file="/etc/systemd/system/$app.service"
ynh_replace_string --match_string="Environment=ROOT_URL=https://$old_domain$old_path" --replace_string="Environment=ROOT_URL=https://$new_domain$new_path" --target_file="/etc/systemd/system/$app.service"
systemctl daemon-reload
#sed -i 's/^Environment=ROOT_URL= .*$/Environment=ROOT_URL= Environment=ROOT_URL=https://$new_domain$new_path/' /etc/systemd/system/$app.service
#systemctl daemon-reload
#=================================================
# GENERIC FINALISATION
#=================================================