mirror of
https://github.com/YunoHost-Apps/scrumblr_ynh.git
synced 2024-09-03 20:16:29 +02:00
change pattern to match
This commit is contained in:
parent
abed55cce2
commit
2571691fac
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ ynh_script_progression --message="Updating systemd configuration..." --weight=1
|
|||
|
||||
if [ $change_path -eq 1 ]
|
||||
then
|
||||
ynh_replace_string --match_string=$old_path --replace_string=$new_path --target_file="/etc/systemd/system/$app.service"
|
||||
ynh_replace_string --match_string="--baseurl=$old_path" --replace_string="--baseurl=$new_path" --target_file="/etc/systemd/system/$app.service"
|
||||
systemctl daemon-reload
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue