Skip to content

Commit 85e73c1

Browse files
Fix syntax error in enable HA process (#3124)
1 parent ba93b80 commit 85e73c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

upgrade-scripts/001-switch-to-dqlite/commit-master.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ${SNAP}/microk8s-stop.wrapper
1717
cp "$SNAP_DATA"/args/kube-apiserver "$BACKUP_DIR/args"
1818
# Configure the API sever to talk to the external dqlite
1919
if [ -e ${SNAP}/default-args/k8s-dqlite ] &&
20-
! [ -e ${SNAP_DATA}/args/k8s-dqlite ] &&
20+
! [ -e ${SNAP_DATA}/args/k8s-dqlite ]
2121
then
2222
echo "Reconfiguring the API server for dqlite"
2323
cp ${SNAP}/default-args/k8s-dqlite ${SNAP_DATA}/args/k8s-dqlite

0 commit comments

Comments
 (0)