forked from ungleich-public/cdist
Add Devuan support for __sysctl
This commit is contained in:
parent
9e1920214e
commit
fc9d7af18c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
:
|
:
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue