added debian 9
This commit is contained in:
parent
0012b42c52
commit
f3246b99c4
2 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,9 @@ case "$os" in
|
||||||
8*)
|
8*)
|
||||||
restart="systemctl restart nginx"
|
restart="systemctl restart nginx"
|
||||||
;;
|
;;
|
||||||
|
9*)
|
||||||
|
restart="systemctl restart nginx"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
restart="systemctl restart nginx"
|
restart="systemctl restart nginx"
|
||||||
echo "Unsupported version $os_version of $os." >&2
|
echo "Unsupported version $os_version of $os." >&2
|
||||||
|
|
3
manifest
3
manifest
|
@ -29,6 +29,9 @@ case "$os_version" in
|
||||||
8*)
|
8*)
|
||||||
:
|
:
|
||||||
;;
|
;;
|
||||||
|
9*)
|
||||||
|
:
|
||||||
|
;;
|
||||||
jessie*)
|
jessie*)
|
||||||
:
|
:
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue