diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-30 07:35:25 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-06-30 22:12:57 +0200 |
commit | 72a704d2e2b06bfedc4f1ee841814f983fc34baa (patch) | |
tree | faa4cf1ea5fb58d414f426622ce255256e4a3ec6 /op-mode-definitions/configure.xml.in | |
parent | 7d91768a746a000bf26d737eb1612536d0454ad1 (diff) | |
download | vyos-1x-72a704d2e2b06bfedc4f1ee841814f983fc34baa.tar.gz vyos-1x-72a704d2e2b06bfedc4f1ee841814f983fc34baa.zip |
T6527: add legacy Vyatta interpreter files still in use
Diffstat (limited to 'op-mode-definitions/configure.xml.in')
-rw-r--r-- | op-mode-definitions/configure.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/op-mode-definitions/configure.xml.in b/op-mode-definitions/configure.xml.in index a711fa4a9..d7657289b 100644 --- a/op-mode-definitions/configure.xml.in +++ b/op-mode-definitions/configure.xml.in @@ -11,11 +11,11 @@ echo "Please do it as an administrator level VyOS user instead." else if grep -q -e '^overlay.*/filesystem.squashfs' /proc/mounts; then - echo "WARNING: You are currently configuring a live-ISO environment, changes will not persist until installed" + echo "WARNING: You are currently configuring a live-ISO environment, changes will not persist until installed" else if grep -q -s '1' /tmp/vyos-config-status; then - echo "WARNING: There was a config error on boot: saving the configuration now could overwrite data." - echo "You may want to check and reload the boot config" + echo "WARNING: There was a config error on boot: saving the configuration now could overwrite data." + echo "You may want to check and reload the boot config" fi fi history -w |