21 lines
831 B
Bash
21 lines
831 B
Bash
#!/bin/bash
|
|
|
|
#==============================================================================
|
|
/usr/bin/qbittorrent-nox --webui-port=10005 -d
|
|
# /usr/bin/bash /opt/scripts/update/calibre.sh
|
|
mv /opt/wd/99-Temp/shutdown /opt/wd/99-Temp/shutdown.old
|
|
mv /opt/wd/99-Temp/reboot /opt/wd/99-Temp/reboot.old
|
|
sleep 20
|
|
ifconfig > /opt/wd/99-Temp/ifconfig.txt
|
|
#==============================================================================
|
|
# ip link set enp1s0 promisc on
|
|
# ip link set enp2s0 promisc on
|
|
# ip link set wlx90de80ca01ec promisc on
|
|
#==============================================================================
|
|
# sleep 20
|
|
# /usr/bin/bash /opt/scripts/update/macvlan.sh
|
|
#==============================================================================
|
|
# /usr/bin/mount -t ext4 -w UUID="b7c2c4b8-bfde-479b-80bb-655432a433b8" /opt/wd
|
|
|
|
|