And, let's change line wrapping here.
This commit is contained in:
parent
14efad4a4a
commit
14ec537d82
@ -6,5 +6,5 @@ else
|
|||||||
char_num=64;
|
char_num=64;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat /dev/urandom | tr -dc 'a-zA-Z0-9!@#$%^&*' | fold -w $char_num \
|
cat /dev/urandom | tr -dc 'a-zA-Z0-9!@#$%^&*' | fold -w $char_num | head -n 1 \
|
||||||
| head -n 1 | systemd-creds encrypt -qp --name=salt - - 2> /dev/null
|
| systemd-creds encrypt -qp --name=salt - - 2> /dev/null
|
Loading…
Reference in New Issue
Block a user