This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# curl --insecure https://gist.githubusercontent.com/ww7/62febe18b7f886a7219dbeca879db807/raw/ax3600-uablacklist-tor.sh | sh - | |
echo 'Creating startup script to mount /opt, /root and start Entware services' | |
cat << 'EOF' > /etc/init.d/rootopt | |
#!/bin/sh /etc/rc.common | |
START=99 | |
STOP=00 | |
start() { |