Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3246623
D8184.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
600 B
Referenced Files
None
Subscribers
None
D8184.diff
View Options
diff --git a/scripts/comm-dev.sh b/scripts/comm-dev.sh
--- a/scripts/comm-dev.sh
+++ b/scripts/comm-dev.sh
@@ -34,7 +34,6 @@
exit 1
}
-# shellcheck disable=SC2317
services_command() {
case "$1" in
restart)
@@ -53,7 +52,6 @@
*)
log "$(basename "$0"): unknown services option '$1'"
services_usage
- exit 1
;;
esac
}
@@ -68,7 +66,6 @@
exit 1
}
-# shellcheck disable=SC2317
db_command() {
case "$1" in
restart)
@@ -78,7 +75,6 @@
*)
log "$(basename "$0"): unknown db option '$1'"
db_usage
- exit 1
;;
esac
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 1:01 AM (19 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2494603
Default Alt Text
D8184.diff (600 B)
Attached To
Mode
D8184: comm-dev.sh - remove unnecessary 'exit 1's
Attached
Detach File
Event Timeline
Log In to Comment