mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -04:00
13 lines
213 B
Bash
Executable file
13 lines
213 B
Bash
Executable file
#! /bin/sh
|
|
# $Id: checklist9,v 1.9 2020/11/26 00:03:58 tom Exp $
|
|
# "checklist8" using --file
|
|
|
|
. ./setup-vars
|
|
|
|
. ./setup-tempfile
|
|
|
|
$DIALOG "$@" --file checklist9.txt 2>$tempfile
|
|
|
|
returncode=$?
|
|
|
|
. ./report-tempfile
|