Skip to content

Commit a068008

Browse files
Ark0Nclaude
andcommitted
fix: clarify restart instructions — stop first, then start
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0aa31f1 commit a068008

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,8 @@ update() {
12911291
success "codeman-web service restarted"
12921292
else
12931293
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}"
1294+
echo -e " ${DIM}Stop the running process (Ctrl+C), then:${NC}"
1295+
echo -e " ${CYAN}codeman web${NC}"
12951296
fi
12961297
echo ""
12971298
}

0 commit comments

Comments
 (0)