diff --git a/ct/calibre-web.sh b/ct/calibre-web.sh index 433345062..926fa1944 100644 --- a/ct/calibre-web.sh +++ b/ct/calibre-web.sh @@ -30,7 +30,6 @@ function update_script() { fi if check_for_gh_release "calibre-web" "janeczku/calibre-web"; then - msg_info "Stopping Service" systemctl stop calibre-web msg_ok "Stopped Service" diff --git a/install/calibre-web-install.sh b/install/calibre-web-install.sh index 30b27e0c1..d204fd2a8 100644 --- a/install/calibre-web-install.sh +++ b/install/calibre-web-install.sh @@ -37,10 +37,9 @@ cd /opt/calibre-web $STD pip3 install --no-cache-dir -r requirements.txt msg_ok "Installed Python Dependencies" -mkdir -p /opt/calibre-web/data -msg_ok "Created Data Directory" - msg_info "Creating Service" +mkdir -p /opt/calibre-web/data + cat <