1
0
forked from pool/sysuser-tools
Dominique Leuenberger 2017-06-07 07:51:14 +00:00 committed by Git OBS Bridge
commit 9f94fae801
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 30 10:07:45 CEST 2017 - kukuk@suse.de
- Don't ignore errors of systemd-sysusers [bsc#1039708]
-------------------------------------------------------------------
Wed Mar 15 14:46:43 CET 2017 - kukuk@suse.de

View File

@ -18,7 +18,7 @@ done
lines=`wc -l < "$tmpfile"`
echo '#!/bin/bash'
echo "tail -n $lines \$0 | /usr/bin/systemd-sysusers - || :"
echo "tail -n $lines \$0 | /usr/bin/systemd-sysusers -"
echo "exit 0"
echo '######## data below ########'
cat "$tmpfile"