Skip to content

Commit 0aa31f1

Browse files
Ark0Nclaude
andcommitted
fix: show restart command when codeman-web is not a systemd service
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 314a160 commit 0aa31f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,8 @@ update() {
12901290
systemctl --user restart codeman-web.service
12911291
success "codeman-web service restarted"
12921292
else
1293-
echo -e " ${DIM}Restart codeman web to use the new version.${NC}"
1293+
echo -e " ${DIM}Restart codeman web to use the new version:${NC}"
1294+
echo -e " ${CYAN}codeman web${NC} ${DIM}# or: node ~/.codeman/app/dist/index.js web${NC}"
12941295
fi
12951296
echo ""
12961297
}

0 commit comments

Comments
 (0)