1
0
Fork 0
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:
Salamandar 2024-07-12 22:52:58 +02:00
parent 32207df803
commit 8747f57116

View file

@ -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%/}/',"
}