Fix broken config file in API migration script
This commit is contained in:
parent
e88b97f3a9
commit
7c9512fb22
|
@ -3,7 +3,7 @@
|
||||||
# Apply PVC database migrations
|
# Apply PVC database migrations
|
||||||
# Part of the Parallel Virtual Cluster (PVC) system
|
# Part of the Parallel Virtual Cluster (PVC) system
|
||||||
|
|
||||||
export PVC_CONFIG_FILE="/etc/pvc/pvcapid.yaml"
|
export PVC_CONFIG_FILE="/etc/pvc/pvc.conf"
|
||||||
|
|
||||||
if [[ ! -f ${PVC_CONFIG_FILE} ]]; then
|
if [[ ! -f ${PVC_CONFIG_FILE} ]]; then
|
||||||
echo "Create a configuration file at ${PVC_CONFIG_FILE} before upgrading the database."
|
echo "Create a configuration file at ${PVC_CONFIG_FILE} before upgrading the database."
|
||||||
|
|
Loading…
Reference in New Issue