small update

This commit is contained in:
fancy
2020-04-25 23:59:42 +08:00
parent a440046714
commit 0848d1ddeb
4 changed files with 4 additions and 5 deletions

View File

@@ -11,6 +11,6 @@ else
fi
# test attach success or not
[[ -z "$attached" ]] && echo "config error" && exit 1
[[ -z "$attached" ]] && echo "attach error" && exit 1
exec "$@"