make ttlvalue file editable

This commit is contained in:
iamromulan
2024-04-14 01:13:37 -04:00
parent 8f61488e23
commit 003a903d97
2 changed files with 3 additions and 2 deletions

View File

@@ -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 <<EOT
{
"isEnabled": $ttlenabled,