agbommarito
Regular Contributor
The file must be in the /jffs/scripts directory. Many add-ons, such as those found in AMTM, use the services-start file. If you don't have the file in your /jffs/scripts directory, create it with a text editor.
As an example, here's the one on my AP:
The file was created by AMTM when I first setup my device. I added the last line for the VLAN script. After creation, make sure that the file is executable by issuing the command chmod 0755 VLAN-GuestNetwork-AP.sh
As an example, here's the one on my AP:
Code:
#!/bin/sh
/bin/sh /jffs/addons/amtm/sc_update.mod -set # Added by amtm
/bin/sh /jffs/scripts/VLAN-GuestNetwork-AP.sh # manually added
The file was created by AMTM when I first setup my device. I added the last line for the VLAN script. After creation, make sure that the file is executable by issuing the command chmod 0755 VLAN-GuestNetwork-AP.sh