initial import
This commit is contained in:
0
files/motd
Normal file
0
files/motd
Normal file
1
files/syslog.conf
Normal file
1
files/syslog.conf
Normal file
@ -0,0 +1 @@
|
||||
SYSLOGD_OPTS="-R 10.3.0.1"
|
11
files/update.sh
Normal file
11
files/update.sh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/ash
|
||||
|
||||
APK=$(which apk)
|
||||
UPDATE=$($APK -qU upgrade)
|
||||
|
||||
if [ "x$UPDATE" != "x" ];
|
||||
then
|
||||
echo -e "$HOSTNAME updated packages:\n"
|
||||
echo -e "$UPDATE\n"
|
||||
reboot
|
||||
fi
|
Reference in New Issue
Block a user