Skip to content

Commit 9425744

Browse files
committed
correction
1 parent 6f4bac4 commit 9425744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ TorchlightToken(){
101101
}
102102

103103
serveProject(){
104-
echo -e "${LABEL_WIREUI}Would you like to start the ${YELLOW}Artisan Server${NC} [Y/n]?"
104+
echo -e "${LABEL_WIREUI}Would you like to start the ${YELLOW}Artisan Server${NC} [y/N]?"
105105
read ANSWER
106106

107107
if [ "$ANSWER" != "${ANSWER#[Yy]}" ]; then

0 commit comments

Comments
 (0)