Jafner.net/homelab/wizard/config/configure.sh

19 lines
275 B
Bash
Raw Normal View History

#!/bin/vbash
if [ "$(id -g -n)" != 'vyattacfg' ] ; then
exec sg vyattacfg -c "/bin/vbash $(readlink -f $0) $@"
fi
source /opt/vyatta/etc/functions/script-template
2024-02-14 10:47:46 -08:00
configure
. test.sh
#. firewall.sh
#. interfaces.sh
#. nat.sh
#. qos.sh
#. service.sh
#. system.sh
exit