Skip to content

Commit de1981b

Browse files
authored
Update log messages for InvenTree update script
1 parent 6c4406a commit de1981b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ct/inventree.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ function update_script() {
3434
exit
3535
fi
3636

37-
msg_info "Updating $APP"
37+
msg_info "Updating InvenTree"
3838
$STD apt update
3939
$STD apt install --only-upgrade inventree -y
40-
msg_ok "Updated $APP"
40+
msg_ok "Updated InvenTree"
41+
msg_ok "Updated successfully!"
4142
exit
4243
}
4344

0 commit comments

Comments
 (0)