mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
4 lines
145 B
Text
4 lines
145 B
Text
|
|
#!/bin/sh
|
||
|
|
# $Id: dft-extra,v 1.2 2012/07/03 09:44:02 tom Exp $
|
||
|
|
DIALOGOPTS="$DIALOGOPTS --extra-button --help-button --default-button extra" "$@"
|