mirror of
https://github.com/m8tin/cis.git
synced 2026-04-02 19:01:30 +02:00
6 lines
104 B
Bash
Executable File
6 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
|
|
! systemctl is-enabled unattended-upgrades.service > /dev/null 2>&1 \
|
|
&& exit 0
|
|
exit 1
|