Commit 0b8938a2 authored by Boxiang Sun's avatar Boxiang Sun

peertube: test fixup

parent d99432e9
Pipeline #25163 passed with stage
in 0 seconds
......@@ -54,4 +54,4 @@ md5sum = e50daa16a2c1866997933981bed45271
[template-peertube-restore-script]
filename = template-peertube-restore.sh.in
md5sum = 8867a9566d748d9c54f9a862fa89d69a
md5sum = 5fdc2db8da8cd05e3ece06606024ab56
......@@ -75,7 +75,7 @@ tpgwait=60
while true; do
pgtables="$(psql -c '\d' 2>&1)"
ls $${postgresql:pgdata-directory}
echo $${postgresql:pgdata-directory}
echo $(cat $${postgresql:pgdata-directory}/pg_hba.conf)
echo $pgtables
pgtables="$(psql -c '\d' 2>&1)" && break
tpgwait=$(( $tpgwait - 1 ))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment