5 lines
92 B
Text
5 lines
92 B
Text
case "${ACTION}" in
|
|
post)
|
|
[ ! -f etc/machine-id ] && bin/systemd-machine-id-setup
|
|
;;
|
|
esac
|