5 lines
165 B
Bash
Executable file
5 lines
165 B
Bash
Executable file
#!/bin/sh
|
|
|
|
if [ -x /usr/share/unattended-upgrades/update-motd-unattended-upgrades ]; then
|
|
exec /usr/share/unattended-upgrades/update-motd-unattended-upgrades
|
|
fi
|