Update startup.sh

This commit is contained in:
Eric Ho 2020-02-21 17:00:15 +08:00
parent 341d679e27
commit 3f6ff51f3a
1 changed files with 2 additions and 0 deletions

View File

@ -64,4 +64,6 @@ if [ ! -e "/usr/local/etc/keepalived/keepalived.conf" ]; then
ln -sf ${CONTAINER_SERVICE_DIR}/keepalived/assets/keepalived.conf /usr/local/etc/keepalived/keepalived.conf
fi
rm -f /run/keepalived.pid || true
exit 0