mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-02 11:30:35 +02:00
Adjust RPM scriptlets to work on RHEL-flavour OSes, too.
This commit is contained in:
parent
7a7e7ca359
commit
88586c8f86
4 changed files with 4 additions and 4 deletions
scripts
|
@ -6,7 +6,7 @@ set -e
|
|||
#
|
||||
# TODO: This is only tested on Debian.
|
||||
#
|
||||
if [ "$1" = "configure" ] && [ -d /run/systemd/system ]; then
|
||||
if ( [ "$1" = "configure" ] || [ "$1" = "1" ] ) && [ -d /run/systemd/system ]; then
|
||||
# Create ntfy user/group
|
||||
id ntfy >/dev/null 2>&1 || useradd --system --no-create-home ntfy
|
||||
chown ntfy.ntfy /var/cache/ntfy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue