edgetunnel/test_syntax.sh
2022-12-18 01:39:27 +08:00

5 lines
114 B
Bash

if [[ $uuid ]]; then
echo "skip tf mask"
else
echo "enable tf mask"
fi