We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent24d4c1d commit14a6d75Copy full SHA for 14a6d75
packaging/test/scripts/alt.sh
@@ -31,14 +31,14 @@ http {
31
}
32
EOF
33
34
-nginx -s reload|| (pkill -9 nginx|| nginx -c/etc/nginx/nginx.conf&)
+/etc/init.d/nginx start
35
36
# install POSTGRESQL
37
38
export PGDATA=/var/lib/pgsql/${PG_VERSION}/data
39
40
# install old packages
41
-echo"rpmhttps://repo.postgrespro.ru/pg_probackup/rpm/latest/altlinux-p7 x86_64 vanilla"> /etc/apt/sources.list.d/pg_probackup.list
+echo"rpmhttp://repo.postgrespro.ru/pg_probackup/rpm/latest/altlinux-p7 x86_64 vanilla"> /etc/apt/sources.list.d/pg_probackup.list
42
apt-get update
43
apt-get install${PKG_NAME}${PKG_NAME}-debuginfo -y
44
${PKG_NAME} --help