mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-22 13:19:06 +00:00
chore: update doc and add pre-commit
This commit is contained in:
@@ -19,12 +19,12 @@ follow_init_logs() {
|
||||
echo "No initialization logs found."
|
||||
return
|
||||
fi
|
||||
|
||||
|
||||
echo "Initialization is still in progress. Showing logs:"
|
||||
echo "----------------------------------------"
|
||||
tail -f /init.log &
|
||||
tail_pid=$!
|
||||
|
||||
|
||||
# Check every second if initialization has completed
|
||||
while true; do
|
||||
if [ -f "/init.status" ] && grep -q "INIT_COMPLETE=true" "/init.status"; then
|
||||
|
||||
Reference in New Issue
Block a user