1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lingva_ynh.git synced 2024-09-03 19:36:20 +02:00

memperbaiki skrip perubahan URL

This commit is contained in:
Neko Nekowazarashi 2023-05-30 00:40:02 +07:00
parent 1a4255c9d5
commit c5bab54d30

View file

@ -50,7 +50,7 @@ then
new_next_path=$new_path
fi
ynh_replace_string --match_string="module.exports = { basePath: '$old_path', };" --replace_string="module.exports = { basePath: '$new_path', };" --target_file="$install_dir/next.config.js"
ynh_replace_string --match_string="module.exports = { basePath: '$old_next_path', };" --replace_string="module.exports = { basePath: '$new_next_path', };" --target_file="$install_dir/next.config.js"
fi
#=================================================