Marcus Meissner 2017-10-07 11:55:41 +00:00 committed by Git OBS Bridge
parent ac43675b41
commit 67a4a2eee0

View File

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