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

Fix chmod +x on file that doesnt exist ...

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

View file

@ -39,7 +39,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" ynh_setup_source --dest_dir="$install_dir"
chmod +x $install_dir/garage # chmod +x $install_dir/garage # this file doesnt seem to exist ... remove this line ?
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION