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

Activate JS in the upgrade script

This commit is contained in:
Antoine Lima 2024-03-10 10:19:56 +01:00
parent 9d21a77db2
commit 30a1bbc0aa
No known key found for this signature in database
GPG key ID: 5D1E65E3DEB73410

View file

@ -77,6 +77,9 @@ then
ynh_setup_source --dest_dir="$install_dir"
fi
ynh_install_nodejs --nodejs_version=$nodejs_version
ynh_use_nodejs
chown -R $app:$app "$install_dir"
chmod -R o-rwx "$install_dir"