murano-agent/Deployment/devstack-scripts/pre-unstack.sh

8 lines
122 B
Bash

#!/bin/bash
if [[ -z "$1" ]] ; then
SCRIPTS_DIR=$( cd $( dirname "$0" ) && pwd )
source $SCRIPTS_DIR/localrc
fi