Compare commits
3 Commits
szeged_pre
...
4921cb9f06
Author | SHA1 | Date | |
---|---|---|---|
4921cb9f06 | |||
ff2ea6b8f2 | |||
0cbd5f523f |
14
update_psa
14
update_psa
@@ -70,7 +70,19 @@ while test $# -gt 0; do
|
||||
esac
|
||||
shift
|
||||
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
|
||||
|
||||
if read_config; then
|
||||
|
@@ -19,7 +19,7 @@
|
||||
"customer_id_" : "/etc/cust_nr",
|
||||
|
||||
"" : "machine id of PSA",
|
||||
"machine_nr" : "/etc/mach_nr",
|
||||
"machine_nr" : "/etc/machine_nr",
|
||||
|
||||
"" : "each location can have multiple",
|
||||
"" : "zone-groups and/or zones",
|
||||
|
Reference in New Issue
Block a user