diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-04 13:40:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-04 13:40:18 +0200 |
commit | ec889a74217d8132874e571934866e08aaf11ba4 (patch) | |
tree | 4cb93a0bfdb2f5a810b2018e69fb73182e8ba251 /op-mode-definitions/configure.xml.in | |
parent | 18f6159536d67c8fdabf02fe1aa8b4e0e94986d8 (diff) | |
parent | 7aa420e5a5509793030350acb9c108eaef6c79ea (diff) | |
download | vyos-1x-ec889a74217d8132874e571934866e08aaf11ba4.tar.gz vyos-1x-ec889a74217d8132874e571934866e08aaf11ba4.zip |
Merge pull request #3766 from vyos/mergify/bp/circinus/pr-3745
T6527: add legacy Vyatta interpreter files still in use (backport #3745)
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 |