base_role/overlay/Devuan/usr/bin/dev_bootstrap.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$?