mirror of
https://github.com/YunoHost-Apps/framagames_ynh.git
synced 2024-09-03 18:36:28 +02:00
Try to fix change_url
This commit is contained in:
parent
32207df803
commit
8747f57116
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ _configure_framagames() {
|
|||
|
||||
# %/ is here to prevent double slash
|
||||
ynh_replace_string --target_file="$install_dir/sources/config/env.js" \
|
||||
--match_string=": '/'," \
|
||||
--match_string=": '${old_path:-}/'," \
|
||||
--replace_string=": '${path%/}/',"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue