changeset 352:619a32c6baaa

Redirections for "echo" at the end
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 08 Dec 2022 00:15:21 +0100
parents 9d6b19f72ee5
children d71f9efac6a8
files etc/periodic/daily/800.local-ipv6-refresh
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/periodic/daily/800.local-ipv6-refresh	Wed Dec 07 17:13:23 2022 +0100
+++ b/etc/periodic/daily/800.local-ipv6-refresh	Thu Dec 08 00:15:21 2022 +0100
@@ -39,7 +39,7 @@
     exit 0
     ;;
 *)
-    echo 1>&2 "$0: WARNING: \$daily_local_ipv6_refresh_enable is not set properly - assuming \"NO\" has been set"
+    echo "$0: WARNING: \$daily_local_ipv6_refresh_enable is not set properly - assuming \"NO\" has been set" 1>&2
     exit 0
     ;;
 esac
@@ -47,11 +47,11 @@
 case "${daily_local_ipv6_refresh_target}" in
 "NO")
     # SKIP because no target or no static IPv6 router given
-    echo 1>&2 "$0: WARNING: \$daily_local_ipv6_refresh_target is \`NO'"    
+    echo "$0: WARNING: \$daily_local_ipv6_refresh_target is \`NO'" 1>&2
     ;;
 '')
     # SKIP because this is an unresolvable router specification
-    echo 1>&2 "$0: WARNING: \$ipv6_defaultrouter has an unexpected empty value"
+    echo "$0: WARNING: \$ipv6_defaultrouter has an unexpected empty value" 1>&2
     ;;
 *)
     #if type anticongestion >/dev/null 2>&1; then