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 }