Skip to content

Commit

Permalink
[ISSUE #16] remove useless crontab
Browse files Browse the repository at this point in the history
  • Loading branch information
lihuansice committed Feb 4, 2021
1 parent b133b9f commit 3e285af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockin-etcd/bin/stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# stop etcd server
################################
set -e
delete_crontab

APP_BIN="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
APP_HOME="$(dirname $APP_BIN)"; [ -d "$APP_HOME" ] || { echo "ERROR dockin-etcd failed to detect APP_HOME."; exit 1;}
APP_NAME=$(basename "$APP_HOME")
Expand Down

0 comments on commit 3e285af

Please sign in to comment.