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

Update install

This commit is contained in:
Andrew Webberley 2024-06-08 14:04:45 -07:00 committed by GitHub
parent dd91488186
commit cfe94d7c20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,12 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
#=================================================
ynh_script_progression --message="Setting up source files..." --weight=1
source_id_to_use="main"
if [[ "$release_cycle" == "edge" ]]
then
source_id_to_use="edge"
fi
ynh_setup_source --dest_dir="$install_dir"
chown -R $app:www-data "$install_dir"