forked from pool/redis
little nicer
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=33
This commit is contained in:
parent
4da5115e13
commit
a2402683ee
@ -50,7 +50,7 @@
|
|||||||
+ $command $2
|
+ $command $2
|
||||||
+ else
|
+ else
|
||||||
+ for file in /etc/redis/*.conf; do
|
+ for file in /etc/redis/*.conf; do
|
||||||
+ $command `basename $file | sed 's#\.conf##'` # dirty
|
+ $command `basename -s .conf "$file"`
|
||||||
+ done
|
+ done
|
||||||
+ fi
|
+ fi
|
||||||
+}
|
+}
|
||||||
|
Loading…
Reference in New Issue
Block a user