#!/bin/bash

# Simple wrapper for target-final-prep so it is run as root

su -c ${SCRIPTS}/target-scripts/target-final-prep.sh

