mirror of
https://github.com/owntracks/recorder.git
synced 2026-05-05 02:36:45 +00:00
fix postinstall centos for update
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
set -e
|
||||
|
||||
case "$1" in
|
||||
1)
|
||||
1|2)
|
||||
getent group owntracks > /dev/null || /usr/sbin/groupadd --system owntracks
|
||||
getent passwd owntracks > /dev/null || adduser --system -g owntracks --no-create-home owntracks
|
||||
mkdir -p /var/spool/owntracks/recorder/store/last
|
||||
|
||||
Reference in New Issue
Block a user