Skip to content

Commit

Permalink
fix(datadir): fix data dir missing when backup done
Browse files Browse the repository at this point in the history
fix data dir missing when backup done

Signed-off-by: mritd <mritd@linux.com>
  • Loading branch information
mritd committed Feb 5, 2021
1 parent a68cd04 commit 2f47d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pack/helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function install(){
cp bin/etcdctl ${BIN_ETCDCTL}
cp -r conf ${CONFIG_DIR}
cp etcd.service ${SYSTEMD_SERVICE}
mkdir -p ${DATA_DIR}
fix_permissions

info "systemd reload..."
Expand Down

0 comments on commit 2f47d43

Please sign in to comment.