mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: Switch to postgres
WIP! Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
parent
5d302ae00c
commit
7a20a86e92
62 changed files with 444 additions and 511 deletions
|
@ -71,7 +71,7 @@ start_step_ca() {
|
|||
|
||||
kill_step_ca() {
|
||||
# Stop the step-ca web server.
|
||||
killall step-ca >/dev/null 2>&1 || /bin/true
|
||||
killall -w step-ca >/dev/null 2>&1 || /bin/true
|
||||
}
|
||||
|
||||
install_step_ca() {
|
||||
|
@ -105,8 +105,6 @@ if [ ! -d /root/.step/config ]; then
|
|||
echo -n "WARN: Your certificates are being regenerated to resolve "
|
||||
echo -n "an inconsistent step-ca state. You will need to re-import "
|
||||
echo "the root CA certificate into your browser."
|
||||
else
|
||||
exec "$@"
|
||||
fi
|
||||
|
||||
# Set permissions to /data to rwx for everybody.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue