Skip to content

Commit c6f9c59

Browse files
Fixes and standard enforcement (#3564)
* Fixes and standard enforcement * Update * Update * Update install/navidrome-install.sh Co-authored-by: Michel Roegl-Brunner <[email protected]> * Update install/ntfy-install.sh Co-authored-by: Michel Roegl-Brunner <[email protected]> * Update install/nzbget-install.sh Co-authored-by: Michel Roegl-Brunner <[email protected]> * Update install/n8n-install.sh Co-authored-by: Michel Roegl-Brunner <[email protected]> * Update install/openhab-install.sh Co-authored-by: Michel Roegl-Brunner <[email protected]> * Update install/paperless-ai-install.sh Co-authored-by: Michel Roegl-Brunner <[email protected]> * Update install/pairdrop-install.sh Co-authored-by: Michel Roegl-Brunner <[email protected]> * Pass 2 * Update * Update --------- Co-authored-by: Michel Roegl-Brunner <[email protected]>
1 parent 2bb0ef0 commit c6f9c59

File tree

81 files changed

+126
-125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+126
-125
lines changed

.github/CONTRIBUTOR_AND_GUIDES/install/AppName-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Restart=always
6666
[Install]
6767
WantedBy=multi-user.target
6868
EOF
69-
systemctl enable -q --now ${APPLICATION}.service
69+
systemctl enable -q --now ${APPLICATION}
7070
msg_ok "Created Service"
7171

7272
motd_ssh

ct/homeassistant.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ExecStart=/usr/local/bin/filebrowser -r /
9191
[Install]
9292
WantedBy=default.target" >$service_path
9393

94-
$STD systemctl enable --now filebrowser.service
94+
$STD systemctl enable --now filebrowser
9595
msg_ok "Created Service"
9696

9797
msg_ok "Completed Successfully!\n"

ct/podman-homeassistant.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function update_script() {
8686
[Install]
8787
WantedBy=default.target" >$service_path
8888

89-
$STD systemctl enable --now filebrowser.service
89+
$STD systemctl enable --now filebrowser
9090
msg_ok "Created Service"
9191

9292
msg_ok "Completed Successfully!\n"

ct/watchyourlan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function update_script() {
3636
cp -R config.yaml /data/config.yaml
3737
sed -i 's|/etc/watchyourlan/config.yaml|/data/config.yaml|' /lib/systemd/system/watchyourlan.service
3838
rm watchyourlan_${RELEASE}_linux_amd64.deb config.yaml
39-
systemctl enable -q --now watchyourlan.service
39+
systemctl enable -q --now watchyourlan
4040
msg_ok "Updated $APP"
4141
exit
4242
}

install/adguard-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ EnvironmentFile=-/etc/sysconfig/AdGuardHome
3838
[Install]
3939
WantedBy=multi-user.target
4040
EOF
41-
systemctl enable -q --now AdGuardHome.service
41+
systemctl enable -q --now AdGuardHome
4242
msg_ok "Created Service"
4343

4444
motd_ssh

install/adventurelog-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ EnvironmentFile=/opt/adventurelog/frontend/.env
157157
[Install]
158158
WantedBy=multi-user.target
159159
EOF
160-
systemctl enable -q --now adventurelog-backend.service
161-
systemctl enable -q --now adventurelog-frontend.service
160+
systemctl enable -q --now adventurelog-backend
161+
systemctl enable -q --now adventurelog-frontend
162162
msg_ok "Created Service"
163163

164164
motd_ssh

install/agentdvr-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RestartSec=5
4848
[Install]
4949
WantedBy=multi-user.target
5050
EOF
51-
systemctl enable -q --now AgentDVR.service
51+
systemctl enable -q --now AgentDVR
5252
msg_ok "Created Service"
5353

5454
motd_ssh

install/archivebox-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Restart=always
9494
[Install]
9595
WantedBy=multi-user.target
9696
EOF
97-
systemctl enable -q --now archivebox.service
97+
systemctl enable -q --now archivebox
9898
msg_ok "Created Service"
9999

100100
motd_ssh

install/aria2-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Restart=on-failure
7878
[Install]
7979
WantedBy=multi-user.target
8080
EOF
81-
systemctl enable -q --now aria2.service
81+
systemctl enable -q --now aria2
8282
systemctl enable -q --now ariang
8383
msg_ok "Created Service"
8484

install/beszel-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RestartSec=5
3434
[Install]
3535
WantedBy=multi-user.target
3636
EOF
37-
systemctl enable -q --now beszel-hub.service
37+
systemctl enable -q --now beszel-hub
3838
msg_ok "Created Service"
3939

4040
motd_ssh

0 commit comments

Comments
 (0)