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:
parent
1a4255c9d5
commit
c5bab54d30
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue