forked from pool/sysuser-tools
This commit is contained in:
parent
ac43675b41
commit
67a4a2eee0
@ -19,6 +19,6 @@ lines=`wc -l < "$tmpfile"`
|
|||||||
|
|
||||||
echo '#!/bin/bash'
|
echo '#!/bin/bash'
|
||||||
echo "tail -n $lines \$0 | /usr/sbin/sysusers2shadow"
|
echo "tail -n $lines \$0 | /usr/sbin/sysusers2shadow"
|
||||||
echo "exit $?"
|
echo 'exit $?'
|
||||||
echo '######## data below ########'
|
echo '######## data below ########'
|
||||||
cat "$tmpfile"
|
cat "$tmpfile"
|
||||||
|
Loading…
Reference in New Issue
Block a user