Compare commits
2 Commits
0cbd5f523f
...
4921cb9f06
Author | SHA1 | Date | |
---|---|---|---|
4921cb9f06 | |||
ff2ea6b8f2 |
12
update_psa
12
update_psa
@ -71,6 +71,18 @@ while test $# -gt 0; do
|
|||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
|
||||||
|
if [ -z "$WORKING_DIRECTORY" ]; then
|
||||||
|
echo "WORKING_DIRECTORY empty. exiting..."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -d "$WORKING_DIRECTORY" ]; then
|
||||||
|
echo "WORKING_DIRECTORY $WORKING_DIRECTORY does not exist! exiting..."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
cd "$WORKING_DIRECTORY"
|
||||||
|
|
||||||
source ./update_psa_impl
|
source ./update_psa_impl
|
||||||
|
|
||||||
if read_config; then
|
if read_config; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user