mirror of
https://github.com/YunoHost-Apps/cac-proxy_ynh.git
synced 2024-09-03 18:16:07 +02:00
Restore uses node path as well
This commit is contained in:
parent
b6e2d6e179
commit
052bf62ed9
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ if [ "$install_chromium" -eq 1 ]; then
|
|||
ynh_safe_rm "$install_dir/.cache/puppeteer/chrome"
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue