Hi everyone,
my router: RT-AC87U
Firmware: 384.5
my services-start script is not executed after a reboot.
I put this code at the top of each script in /jffs/scripts in order to verify:
this is the content of /tmp/logs/:
So anyone have an idea what's wrong? I wonder what these old entries (14th Feb 2017) are all about as /tmp is tmpfs and should be only stored in RAM, right? Any ideas what's going wrong?
Kind regards
Ribboa
my router: RT-AC87U
Firmware: 384.5
my services-start script is not executed after a reboot.
I put this code at the top of each script in /jffs/scripts in order to verify:
Code:
DATE=$(date +"%Y-%m-%d-%H%M%S")
mkdir -p /tmp/logs
touch /tmp/logs/$DATE-services-start
Code:
drwxrwxrwx 2 admin root 140 Jul 5 22:12 .
drwxrwxrwx 15 admin root 1060 Jul 5 22:18 ..
-rw-rw-rw- 1 admin root 0 Feb 14 2017 2017-02-14-010035-services-start
-rw-rw-rw- 1 admin root 0 Feb 14 2017 2017-02-14-010036-firewall-start
-rw-rw-rw- 1 admin root 0 Jul 5 22:12 2018-07-05-221221-firewall-start
-rw-rw-rw- 1 admin root 0 Jul 5 22:12 2018-07-05-221237-post-mount
-rw-rw-rw- 1 admin root 0 Jul 5 22:12 2018-07-05-221244-post-mount
So anyone have an idea what's wrong? I wonder what these old entries (14th Feb 2017) are all about as /tmp is tmpfs and should be only stored in RAM, right? Any ideas what's going wrong?
Kind regards
Ribboa