Skip to content

Commit d767dc1

Browse files
authored
Update 40-initialise-db
1 parent 6cfce41 commit d767dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/etc/cont-init.d/40-initialise-db

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ echo "Database Setup Completed"
6969

7070
# display a message about password if not set or too short
7171
if [ "$TEST_LEN" -lt "4" ]; then
72-
echo "$(cat /tmp/no-pass.nfo)"
72+
printf "\n\n\n%s\n\n\n" "$(</tmp/no-pass.nfo)"
7373
sleep 5s
7474
fi
7575

0 commit comments

Comments
 (0)