Skip to content

Commit

Permalink
sh脚本格式由CRLF改为LF
Browse files Browse the repository at this point in the history
  • Loading branch information
elevenqq committed Feb 15, 2019
1 parent e929715 commit 511d90b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dl-manager/dl-manager-core/src/main/bin/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ if [ $? -ne 0 ];then
if [ -f "/etc/init.d/crond" ];then
/etc/init.d/crond restart
fi
fi
fi
1 change: 0 additions & 1 deletion dl-manager/dl-manager-core/src/main/bin/stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ do
let LOOPS=LOOPS+1
sleep 1
done

2 changes: 1 addition & 1 deletion dl-worker/dl-worker-core/src/main/bin/restartup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ echo "workerStop: end"

echo "workerStartup: start"
sh ${bin_abs_path}/startup.sh
echo "workerStartup: end"
echo "workerStartup: end"
2 changes: 1 addition & 1 deletion dl-worker/dl-worker-core/src/main/bin/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ if [ $? -ne 0 ];then
if [ -f "/etc/init.d/crond" ];then
/etc/init.d/crond restart
fi
fi
fi
1 change: 0 additions & 1 deletion dl-worker/dl-worker-core/src/main/bin/stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ do
let LOOPS=LOOPS+1
sleep 1
done

0 comments on commit 511d90b

Please sign in to comment.