Browse Source

install2

main
pvincent 3 weeks ago
parent
commit
b7804b6a1a
  1. 2
      lib/functions.bash

2
lib/functions.bash

@ -8,7 +8,7 @@ function assert_root {
} }
function assert_container { function assert_container {
cat /proc/self/cgroup | grep -qE'session-c[0-9]+\.scope'
[[ $(systemd-detect-virt -c) == lxc ]]
} }
function assert_system_mode { function assert_system_mode {

Loading…
Cancel
Save