1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/technitium-dns_ynh.git synced 2024-09-03 20:26:36 +02:00

Fix typo in upgrade

This commit is contained in:
Salamandar 2024-03-07 17:24:34 +01:00
parent d56d744cb6
commit 97b6881bb8

View file

@ -31,7 +31,7 @@ fi
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/source" --full_replace=1
ynh_setup_source --dest_dir="$install_dir/sources" --full_replace=1
ynh_setup_source --source_id="dotnet" --dest_dir="$install_dir/dotnet" --full_replace=1
chmod -R o-rwx "$install_dir"