From 003a903d97b13401fbb6bf722cef178109f3c6e1 Mon Sep 17 00:00:00 2001 From: iamromulan <50184035+iamromulan@users.noreply.github.com> Date: Sun, 14 Apr 2024 01:13:37 -0400 Subject: [PATCH] make ttlvalue file editable --- simpleadmin/www/cgi-bin/set_ttl | 4 ++-- simpleupdates/scripts/update_simplefirewall.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/simpleadmin/www/cgi-bin/set_ttl b/simpleadmin/www/cgi-bin/set_ttl index 7d8d078..7ffdc6a 100644 --- a/simpleadmin/www/cgi-bin/set_ttl +++ b/simpleadmin/www/cgi-bin/set_ttl @@ -52,8 +52,8 @@ if [ -z "${ttlvalue}" ]; then ttlenabled=false fi -/opt/bin/sudo echo "Content-type: text/json" -/opt/bin/sudo echo "" +echo "Content-type: text/json" +echo "" /opt/bin/sudo cat <