forked from NationTech/harmony
manage opnsense source images using harmony-ve-opnsense-img-src
This commit is contained in:
@@ -7,3 +7,11 @@ _fatal(){
|
||||
>&2 echo stopping...
|
||||
exit 1
|
||||
}
|
||||
|
||||
pushd () {
|
||||
command pushd "$@" > /dev/null
|
||||
}
|
||||
|
||||
popd () {
|
||||
command popd "$@" > /dev/null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user