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:
parent
224b3063e2
commit
a0be4c3e5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue