Beep on completion

This commit is contained in:
Ian Gulliver
2016-04-02 11:16:27 -07:00
parent e2c5f788bf
commit 300e927337
2 changed files with 45 additions and 0 deletions

View File

@@ -86,6 +86,8 @@ script
echo "==================" >/dev/tty7
echo "autoimage complete" >/dev/tty7
echo "==================" >/dev/tty7
/autoimage/client/alert.py --type=happy </dev/tty7 >/dev/tty7
end script
""" % {
'host': parsed.hostname,