Skip to content

Commit

Permalink
fix issue : #31
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwang authored and progr1mmer committed Oct 26, 2020
1 parent aa928d4 commit 3ac8126
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/flink
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3ac8126

Please sign in to comment.