mirror of
https://github.com/weewx/weewx.git
synced 2026-05-24 17:55:15 -04:00
fixed shift bug in weewx-multi
This commit is contained in:
@@ -148,7 +148,9 @@ count_procs() {
|
||||
}
|
||||
|
||||
CMD=$1
|
||||
shift
|
||||
if [ "$1" != "" ]; then
|
||||
shift
|
||||
fi
|
||||
INSTANCES="$@"
|
||||
if [ "$INSTANCES" = "" ]; then
|
||||
INSTANCES=$WEEWX_INSTANCES
|
||||
|
||||
Reference in New Issue
Block a user