blob: 3c2c7e77cdb684e15934803d05e617835ae906cd (
plain)
1
2
3
4
5
6
7
|
help: Show running configuration
run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ];
then
${vyatta_sbindir}/vyatta-output-config.pl -active
else
echo Must be an admin user to run this command.
fi
|