Add Devuan support for __sysctl

This commit is contained in:
Nico Schottelius 2017-05-16 12:09:38 +02:00
parent 9e1920214e
commit fc9d7af18c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
os=$(cat "$__global/explorer/os") os=$(cat "$__global/explorer/os")
case "$os" in case "$os" in
redhat|centos|ubuntu|debian|archlinux) redhat|centos|ubuntu|debian|devuan|archlinux)
: :
;; ;;
*) *)