View | Details | Raw Unified | Return to bug 10259
Collapse All | Expand All

(-)a/debian/scripts/koha-restart-zebra (-1 / +1 lines)
Lines 134-140 EOF Link Here
134
}
134
}
135
135
136
# Parse command line.
136
# Parse command line.
137
[ $# -ge 1 ] || ( usage ; die "Missing instance name..." )
137
#[ $# -ge 1 ] || ( usage ; die "Missing instance name..." )
138
138
139
# Loop through the instance names
139
# Loop through the instance names
140
for name in "$@"
140
for name in "$@"
(-)a/debian/scripts/koha-start-zebra (-1 / +1 lines)
Lines 108-114 EOF Link Here
108
}
108
}
109
109
110
# Parse command line.
110
# Parse command line.
111
[ $# -ge 1 ] || ( usage ; die "Missing instance name..." )
111
#[ $# -ge 1 ] || ( usage ; die "Missing instance name..." )
112
112
113
# Loop through the instance names
113
# Loop through the instance names
114
for name in "$@"
114
for name in "$@"
(-)a/debian/scripts/koha-stop-zebra (-2 / +1 lines)
Lines 109-115 EOF Link Here
109
}
109
}
110
110
111
# Parse command line.
111
# Parse command line.
112
[ $# -ge 1 ] || ( usage ; die "Missing instance name..." )
112
#[ $# -ge 1 ] || ( usage ; die "Missing instance name..." )
113
113
114
# Loop through the instance names
114
# Loop through the instance names
115
for name in "$@"
115
for name in "$@"
116
- 

Return to bug 10259