Commit 8cce20be authored by Boxiang Sun's avatar Boxiang Sun

peertube: restore fixup

parent a407ac75
Pipeline #25033 passed with stage
in 0 seconds
...@@ -54,4 +54,4 @@ md5sum = 58d1a4fe246169dea94d7d243b4bac9e ...@@ -54,4 +54,4 @@ md5sum = 58d1a4fe246169dea94d7d243b4bac9e
[template-peertube-restore-script] [template-peertube-restore-script]
filename = template-peertube-restore.sh.in filename = template-peertube-restore.sh.in
md5sum = 6c29314bc607bdb0c38550330e892c35 md5sum = 05c1fb674758ea66f8509d0710c89b28
...@@ -43,9 +43,8 @@ if [ -e "$pid_file" ]; then ...@@ -43,9 +43,8 @@ if [ -e "$pid_file" ]; then
echo "postgresql is running, continue." echo "postgresql is running, continue."
else else
echo "Starting postgresql..." echo "Starting postgresql..."
output=$${postgresql:bin}/postgres -D $${postgresql:pgdata-directory} & echo ls $${postgresql:pgdata-directory}
echo $output $${postgresql:bin}/postgres -D $${postgresql:pgdata-directory} &
# $${postgresql:bin}/postgres -D $${postgresql:pgdata-directory} &
# postgres_pid=$! # postgres_pid=$!
# echo $postgres_pid # echo $postgres_pid
# wait $postgres_pid # wait $postgres_pid
......
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