fix: remove unnecessary msg_info/msg_ok block for service creation
This commit is contained in:
parent
36a3f33031
commit
b672954401
@ -37,7 +37,6 @@ cd /opt/calibre-web
|
||||
$STD pip3 install --no-cache-dir -r requirements.txt
|
||||
msg_ok "Installed Python Dependencies"
|
||||
|
||||
msg_info "Creating Service"
|
||||
mkdir -p /opt/calibre-web/data
|
||||
|
||||
cat <<EOF >/etc/systemd/system/calibre-web.service
|
||||
@ -57,7 +56,6 @@ RestartSec=5
|
||||
WantedBy=multi-user.target
|
||||
EOF
|
||||
systemctl enable -q --now calibre-web
|
||||
msg_ok "Created Service"
|
||||
|
||||
motd_ssh
|
||||
customize
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user