1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00
This commit is contained in:
OniriCorpe 2023-12-27 00:31:05 +01:00
parent fa2ef95f38
commit 9682d3bc41
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ ynh_app_setting_set --app="$app" --key=open_port_53 --value="$open_port_53"
ynh_script_progression --message="Setting up source files..." --weight=4
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir "
ynh_setup_source --dest_dir="$install_dir"
chmod -R o-rwx "$install_dir"
chown -R "$app:$app" "$install_dir"

View file

@ -65,7 +65,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir "
ynh_setup_source --dest_dir="$install_dir"
fi
chmod -R o-rwx "$install_dir"