This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
univnautes-old/builder/clean.sh

21 lines
406 B
Bash
Executable File

#!/bin/sh
TOOLSDIR=/home/pfsense/tools/builder_scripts/
export TOOLSDIR
# copy "univnautes" pfSense configuration (pfsense-build.conf) in TOOLSDIR
cp pfsense-build.conf $TOOLSDIR
# configure build environment (pfSense scripts)
cd $TOOLSDIR
. ./pfsense_local.sh
# Ensure $SRCDIR exists
mkdir -p $SRCDIR
./clean_build.sh
echo ">>> delete virtualenv /usr/local/univnautes"
rm -rf /usr/local/univnautes