custom-scripts/server.sh: remove unnecessary MOTD backslashes
parent
486bfd5ede
commit
85cc620a2d
|
|
@ -16,7 +16,7 @@ echo -e "\033[01mWelcome to Void-USB!\033[0m
|
||||||
\033[93mImportant\033[91m!\033[0m This system was booted off an image. Runtime changes outside
|
\033[93mImportant\033[91m!\033[0m This system was booted off an image. Runtime changes outside
|
||||||
of mounted partitions are made to an ephemeral overlay and \033[93mwill be lost\033[0m
|
of mounted partitions are made to an ephemeral overlay and \033[93mwill be lost\033[0m
|
||||||
on shutdown/reboot.
|
on shutdown/reboot.
|
||||||
If you wish to persist your changes to the image, use \\\`\033[01msave-image\033[0m\\\`.
|
If you wish to persist your changes to the image, use \`\033[01msave-image\033[0m\`.
|
||||||
" > /etc/motd
|
" > /etc/motd
|
||||||
|
|
||||||
function yesno {
|
function yesno {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue