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