From af570e80b2b06ee35b00896e2e9a0a968f7ed475 Mon Sep 17 00:00:00 2001 From: Yury Martynov Date: Sat, 12 Aug 2017 19:02:59 +0300 Subject: [PATCH] fix com --- u2tmpfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u2tmpfs b/u2tmpfs index f58dbf4..b19c933 100755 --- a/u2tmpfs +++ b/u2tmpfs @@ -291,7 +291,7 @@ check_args && for user_name in `echo "${USERS}" | tr "," "\n"`; do else if is_login "${user_name}"; then echo "Please, send logout command for: \"${user_name}\"" - #continue + continue fi fi