From 512439345144c9264751ca4456c7393d0b019c79 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sat, 9 Aug 2025 23:09:34 +0000 Subject: [PATCH] Updating installer --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 60321ed..0252571 100755 --- a/install.sh +++ b/install.sh @@ -61,7 +61,8 @@ echo "Enabling systemd service..." sudo systemctl daemon-reload sudo systemctl enable --now pyShelf.service echo "Installation complete." -echo "You can now access pyShelf at http://localhost:8000" +echo "You can now access pyShelf on port 8080" echo "If your books are not at /mnt/books, please edit the config file at \ - /etc/pyShelf/config.json" + /etc/pyShelf/config.json and restart the service with \ + 'sudo systemctl restart pyShelf.service'."