From 3ac812662df72fd94c4b4e9bc845df1b9f80bc78 Mon Sep 17 00:00:00 2001 From: karamel Date: Fri, 23 Oct 2020 14:38:38 +0800 Subject: [PATCH] fix issue : https://github.com/MeetYouDevs/big-whale/issues/31 --- bin/flink | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100644 => 100755 bin/flink diff --git a/bin/flink b/bin/flink old mode 100644 new mode 100755 index 297736a..26255d6 --- a/bin/flink +++ b/bin/flink @@ -34,8 +34,7 @@ if [ ! -z "$remoteRunFile" ]; then mkdir -p $path chmod -R 777 $path - localRunFile="$path/${runFile}.`date '+%M%S'`" - + localRunFile="$path/`date '+%M%S'`-${runFile}" echo "开始下载 $remoteRunFile ..." rm -rf $localRunFile