Fix broken config file in API migration script

This commit is contained in:
Joshua Boniface 2023-12-14 14:45:58 -05:00
parent e88b97f3a9
commit 7c9512fb22
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# Apply PVC database migrations
# 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
echo "Create a configuration file at ${PVC_CONFIG_FILE} before upgrading the database."