1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/reiverr_ynh.git synced 2024-09-03 20:16:14 +02:00

fix restore nodejs

This commit is contained in:
Thomas 2023-10-31 15:39:35 +01:00 committed by GitHub
parent 440ccc1134
commit b0f6d90c30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,11 +32,14 @@ ynh_script_progression --message="Restoring the app main directory..." --weight=
ynh_restore_file --origin_path="$install_dir"
pushd $install_dir
ynh_use_nodejs
popd
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:$app "$install_dir"
#=================================================
# RESTORE SYSTEM CONFIGURATIONS
#=================================================