1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cac-proxy_ynh.git synced 2024-09-03 18:16:07 +02:00

run node from node dir

This commit is contained in:
Gérard Collin 2024-09-03 08:20:59 +02:00
parent 9de6a3702a
commit b6e2d6e179

View file

@ -42,7 +42,7 @@ if [ $install_chromium -eq 1 ]; then
ynh_script_progression "Installing Chromium..."
pushd "$install_dir/package"
ynh_exec_as_app node "./node_modules/puppeteer/install.js"
ynh_exec_as_app $nodejs_dir/node "./node_modules/puppeteer/install.js"
popd
fi