Refactor calibre-server scripts: Update license link, correct variable tag case, and add newline in success message

This commit is contained in:
Jeron Wong 2024-12-21 01:25:55 -08:00
parent 5d299f3a36
commit 986bcaaa0d
2 changed files with 4 additions and 3 deletions

View File

@ -2,12 +2,12 @@
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024
# Author: thisisjeron
# License: MIT
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://calibre-ebook.com
# App Default Values
APP="Calibre-Server"
var_tags="ebook"
var_tags="eBook"
var_cpu="2"
var_ram="1024"
var_disk="4"
@ -61,7 +61,7 @@ start
build_container
description
msg_ok "Completed Successfully!"
msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8180${CL}"

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2021-2024
# Author: thisisjeron
# License: MIT