Skip to content

Commit 9fadab6

Browse files
authored
Update paperless-ai.sh
1 parent 1635ddc commit 9fadab6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ct/paperless-ai.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ function update_script() {
2929
fi
3030

3131
if check_for_gh_release "paperless-ai" "clusterzx/paperless-ai"; then
32-
msg_info "Stopping Services"
32+
msg_info "Stopping Service"
3333
systemctl stop paperless-ai paperless-rag
34-
msg_ok "Stopped Services"
34+
msg_ok "Stopped Service"
3535

3636
fetch_and_deploy_gh_release "paperless-ai" "clusterzx/paperless-ai"
3737

@@ -44,11 +44,11 @@ function update_script() {
4444
$STD npm ci --only=production
4545
msg_ok "Updated Paperless-AI"
4646

47-
msg_info "Starting Services"
47+
msg_info "Starting Service"
4848
systemctl start paperless-rag
4949
sleep 3
5050
systemctl start paperless-ai
51-
msg_ok "Started Services"
51+
msg_ok "Started Service"
5252
msg_ok "Updated successfully!"
5353
fi
5454
exit

0 commit comments

Comments
 (0)