mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-24 05:25:30 +00:00
Update paperless-ngx-install.sh
tweak
This commit is contained in:
parent
95a762c38f
commit
29c764031a
@ -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…
Reference in New Issue
Block a user