Skip to content

Commit 1bfae2c

Browse files
authored
Small fix on down before up
1 parent 80b1a89 commit 1bfae2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ case "$action" in
143143
exit 0
144144
fi
145145

146-
if $ts ; then
146+
if [ $zerotier = false ]; then
147147
bash $0 down -a || echo "Ignoring error..."
148148
else
149149
bash $0 down -a -z || echo "Ignoring error..."

0 commit comments

Comments
 (0)