Commit 5404275e authored by Boxiang Sun's avatar Boxiang Sun

peertube: test fixup

parent 347cc538
Pipeline #25157 passed with stage
in 0 seconds
...@@ -54,4 +54,4 @@ md5sum = e50daa16a2c1866997933981bed45271 ...@@ -54,4 +54,4 @@ md5sum = e50daa16a2c1866997933981bed45271
[template-peertube-restore-script] [template-peertube-restore-script]
filename = template-peertube-restore.sh.in filename = template-peertube-restore.sh.in
md5sum = 31f5d6637621ff3725a513188278d45d md5sum = c879ced2a42b22cff7409432e4c9dde8
...@@ -73,6 +73,7 @@ echo "Ready to check postgresql is running..." ...@@ -73,6 +73,7 @@ echo "Ready to check postgresql is running..."
tpgwait=60 tpgwait=60
while true; do while true; do
pgtables="$(psql -c '\d' 2>&1)" pgtables="$(psql -c '\d' 2>&1)"
ls $${postgresql:pgdata-directory}
echo $pgtables echo $pgtables
pgtables="$(psql -c '\d' 2>&1)" && break pgtables="$(psql -c '\d' 2>&1)" && break
tpgwait=$(( $tpgwait - 1 )) 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