diff options
Diffstat (limited to 'utils/lxc.sh')
-rwxr-xr-x | utils/lxc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lxc.sh b/utils/lxc.sh index a9149a197..30534c6a2 100755 --- a/utils/lxc.sh +++ b/utils/lxc.sh @@ -57,7 +57,7 @@ echo 'Set disable_coredump false' >> /etc/sudo.conf # shellcheck disable=SC2034 centos7_boilerplate=" yum update -y -yum install -y git curl wget hostname +yum install -y git curl wget hostname sudo echo 'Set disable_coredump false' >> /etc/sudo.conf " |