Fix. Names were not showing.
This commit is contained in:
parent
40e9875fd6
commit
8cb902dce3
@ -12,12 +12,10 @@ esac
|
|||||||
|
|
||||||
disabled()
|
disabled()
|
||||||
{
|
{
|
||||||
service=$1
|
|
||||||
|
|
||||||
ifs="$IFS"; IFS=,
|
ifs="$IFS"; IFS=,
|
||||||
for name in `sysenv disable`
|
for skip in `sysenv disable`
|
||||||
do
|
do
|
||||||
if [ "$name" = "$service" ]
|
if [ "$skip" = "$1" ]
|
||||||
then
|
then
|
||||||
IFS="$ifs"; unset ifs
|
IFS="$ifs"; unset ifs
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user