Skip to content

Commit

Permalink
add boot success message
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Jun 26, 2024
1 parent 3244710 commit 42973b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oblogproxy-ce/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ if [[ -n ${OB_SYS_USERNAME} && -n ${OB_SYS_PASSWORD} ]]; then
echo "y" | /usr/local/oblogproxy/run.sh config_sys ${OB_SYS_USERNAME} ${OB_SYS_PASSWORD}
fi

rm -rf /usr/local/oblogproxy/run/*
/usr/local/oblogproxy/run.sh start
exec /sbin/init
echo "boot success!" && exec /sbin/init

0 comments on commit 42973b5

Please sign in to comment.