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

peertube: restore fixup

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