• Refactored the graphical boot screens to have separate boot and shutdown images • Changed the reboot and shutdown code to force the display of the splash images. • Added 'Team Onefinity.ngc' to the installer files
5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/sh
|
|
|
|
test -x /usr/sbin/logrotate || exit 0
|
|
/usr/sbin/logrotate /etc/logrotate.conf
|