1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ntfy_ynh.git synced 2024-09-03 19:46:27 +02:00

Switch to manifest src handling - take 3

This commit is contained in:
Alexander Wühr 2023-09-04 21:29:21 +02:00
parent 1d5e20a994
commit 6c271d55d2
No known key found for this signature in database
GPG key ID: 0B7107C9393169F4

View file

@ -9,7 +9,7 @@
#=================================================
ntfy_setup_source() {
ynh_setup_source -d "$install_dir" -s "$YNH_ARCH"
ynh_setup_source -d "$install_dir"
mkdir -p "$install_dir/data"
chown -R $app:$app "$install_dir"
chmod -R 750 "$install_dir/data"