Skip to content

Commit d532289

Browse files
committed
fix isse in upgrade atuo upgrader as process
1 parent 2cc9faf commit d532289

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

subvortex/auto_upgrader/deployment/process/auto_upgrader_process_upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ if pm2 list | grep -qw "$SERVICE_NAME"; then
7676
echo "🔄 Restarting PM2 service: $SERVICE_NAME"
7777
pm2 restart "$SERVICE_NAME"
7878
else
79-
./deployment/process/auto_upgrader_process.start.sh
79+
./deployment/process/auto_upgrader_process_start.sh
8080
fi
8181

8282
echo "✅ Auto Upgrader upgraded successfully"

0 commit comments

Comments
 (0)