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

Fix (another) permission error

This commit is contained in:
Alexander Wühr 2023-02-24 15:02:04 +01:00
parent 3fba18ff46
commit 89455f7577
No known key found for this signature in database

View file

@ -15,6 +15,7 @@ ntfy_setup_source() {
}
ntfy_fix_permissions() {
chown -R $app:$app "$install_dir"
chmod -R 750 "$install_dir"
chmod +x "$install_dir/ntfy.sh"
}