From 5928a2fdcc99199200487659105ef8bb0236bc47 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 7 Sep 2024 00:42:17 +0200 Subject: [PATCH] eval/open,shut --- spcd/bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 6e3f3ec..fb5355c 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -249,8 +249,9 @@ nameserver ${value} spcd_eval() { if [ -n "${1}" ]; then - echo "${@}" + _spcd_frame_open "${@}" "${@}" + _spcd_frame_shut "${@}" fi }