From 4fbe4ee6f503e5b04c89a997e455ea5d721518de Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 7 Aug 2018 09:45:40 +0800 Subject: [PATCH] - fk. --- deploy/cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/cleanup.sh b/deploy/cleanup.sh index 801bbf0e8..ff0bc3378 100755 --- a/deploy/cleanup.sh +++ b/deploy/cleanup.sh @@ -4,6 +4,6 @@ if [ ! -d "backup" ]; then mkdir backup fi -if [ -f "jx-callback.*~" ] then +if [ -f "jx-callback.*~" ]; then mv jx-callback.*~ backup/ fi