1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garage_ynh.git synced 2024-09-03 18:36:32 +02:00

Missing setup_source in install x_x

This commit is contained in:
Alexandre Aubin 2023-08-21 17:55:17 +02:00 committed by GitHub
parent b85c523127
commit 224b3063e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,7 @@ ynh_app_setting_set --app=$app --key=bootstrap_peers --value=$bootstrap_peers
#================================================= #=================================================
ynh_script_progression --message="Setting up source files..." ynh_script_progression --message="Setting up source files..."
ynh_setup_source --dest_dir="$install_dir"
chmod +x $install_dir/garage chmod +x $install_dir/garage
#================================================= #=================================================