fix: address remaining heredoc and trailing blank line comments
This commit is contained in:
parent
7aafdd793a
commit
36a3f33031
@ -40,7 +40,7 @@ msg_ok "Installed Python Dependencies"
|
|||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
mkdir -p /opt/calibre-web/data
|
mkdir -p /opt/calibre-web/data
|
||||||
|
|
||||||
cat <<EOF
|
cat <<EOF >/etc/systemd/system/calibre-web.service
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Calibre-Web Service
|
Description=Calibre-Web Service
|
||||||
After=network.target
|
After=network.target
|
||||||
@ -65,5 +65,4 @@ customize
|
|||||||
msg_info "Cleaning up"
|
msg_info "Cleaning up"
|
||||||
apt -y autoremove
|
apt -y autoremove
|
||||||
apt -y autoclean
|
apt -y autoclean
|
||||||
|
|
||||||
cleanup_lxc
|
cleanup_lxc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user