Update paperless-ngx-install.sh

tweak
pull/1851/head
tteckster 1 year ago committed by GitHub
parent 95a762c38f
commit 29c764031a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -124,7 +124,7 @@ if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
$STD apt install -y adminer
$STD a2enconf adminer
systemctl reload apache2
IP=$(hostname -I)
IP=$(hostname -I | awk '{print $1}')
echo "" >>~/paperless.creds
echo "Adminer Interface" >>~/paperless.creds
echo $IP/adminer/ >>~/paperless.creds

Loading…
Cancel
Save

Powered by BW's shoe-string budget.