1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/technitium-dns_ynh.git synced 2024-09-03 20:26:36 +02:00
This commit is contained in:
Salamandar 2024-03-07 17:07:22 +01:00
parent 7be2ca5142
commit d37584eeef

View file

@ -25,7 +25,7 @@ ln -sf /opt/dotnet/dotnet /usr/bin
ynh_script_progression --message="Setting up source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir/sources"
ynh_setup_source --dest_dir="$install_dir"
chmod -R o-rwx "$install_dir"
chown -R "$app:www-data" "$install_dir"