Spotter-VM/basic/sbin/vmtty

9 lines
183 B
Plaintext
Raw Normal View History

#!/bin/sh
# Rebuild /etc/issue
2018-09-03 17:24:48 +02:00
/usr/bin/vm-appmgr rebuild-issue
# Remove double-escaping needed for the real /etc/issue
/bin/sed 's|\\\\|\\|g' /etc/issue
# Wait for key press
read a