Skip to content

Commit 7afc70d

Browse files
committed
shell script bug fix
1 parent c985e72 commit 7afc70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app-server/uwsgi/uwsgi_conf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
while :
44
do
5-
echo * if your project path has sub-level, you should be insert as \\\/A\\\/B\\\/C"
5+
echo "* if your project path has sub-level, you should be insert as \\\/A\\\/B\\\/C"
66
echo -n "Enter the project path >"
77
read project_path
88
echo "Entered the project path: $project_path"

0 commit comments

Comments
 (0)