Skip to content

Commit 6dab783

Browse files
committed
fix scripts
1 parent 6f37915 commit 6dab783

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

subvortex/auto_upgrader/deployment/container/auto_upgrader_container_upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ fi
9898
# ./../../scripts/watchtower/watchtower_start.sh
9999

100100
# Start or restart the container
101-
./deployment/process/auto_upgrader_container_start.sh
101+
./deployment/container/auto_upgrader_container_start.sh
102102

103103
echo "✅ Auto Upgrader upgraded successfully"

subvortex/auto_upgrader/deployment/service/auto_upgrader_service_upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ pip install ".[$SUBVORTEX_EXECUTION_ROLE]"
110110
pip install -e ../../
111111

112112
# Check if the service is active
113-
./deployment/process/auto_upgrader_service_start.sh
113+
./deployment/service/auto_upgrader_service_start.sh
114114

115115
echo "✅ Auto Upgrader setup successfully"

0 commit comments

Comments
 (0)