1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

Update change_url

This commit is contained in:
Éric Gaspar 2024-01-05 16:12:45 +01:00
parent c5521b1bc5
commit a65c425834

View file

@ -38,6 +38,7 @@ ynh_replace_string --match_string="hostname: '$old_domain'" --replace_string="ho
ynh_script_progression --message="updating host..."
pushd "$install_dir"
ynh_use_nodejs
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_CONFIG_DIR="$install_dir/config" NODE_ENV=production $ynh_npm run update-host
popd