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