6
0
forked from pool/sysuser-tools

Accepting request 528932 from home:dimstar:Factory

Any thoughts about this change? currently we simply hide all errors deep into zypp's log files and somehow hope the system would be working in the end

OBS-URL: https://build.opensuse.org/request/show/528932
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysuser-tools?expand=0&rev=11
This commit is contained in:
2017-10-07 10:06:56 +00:00
committed by Git OBS Bridge
parent 173b764048
commit ac43675b41
3 changed files with 13 additions and 4 deletions

View File

@@ -19,6 +19,6 @@ lines=`wc -l < "$tmpfile"`
echo '#!/bin/bash'
echo "tail -n $lines \$0 | /usr/sbin/sysusers2shadow"
echo "exit 0"
echo "exit $?"
echo '######## data below ########'
cat "$tmpfile"