12 lines
197 B
Bash
12 lines
197 B
Bash
#!/bin/bash
|
|
# -*-mode: sh; tab-width: 8; coding: utf-8-unix -*-
|
|
|
|
PREFIX=/usr/local
|
|
|
|
ROLE=base
|
|
|
|
. /usr/local/etc/local.d/local.bash || exit 1
|
|
|
|
|
|
/usr/local/etc/local.d/Whonix-Gateway.rc || exit 2$?
|