Skip to content

Commit 0a4055c

Browse files
committed
Fix bug.
1 parent 5317478 commit 0a4055c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbin/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ status()
161161
}
162162

163163
function setServerName(){
164-
elif [[ $PROJECT_NAME == *"dss-server"* ]]; then
164+
if [[ $PROJECT_NAME == *"dss-server"* ]]; then
165165
SERVER_NAME=dss-server
166166
elif [[ $PROJECT_NAME == *"apps"* ]]; then
167167
SERVER_NAME=dss-apps-server

0 commit comments

Comments
 (0)