fix: pkill self-kill bug in migrate_to_wmt - use python3 pattern + ignore_errors
This commit is contained in:
@@ -96,7 +96,8 @@
|
|||||||
|
|
||||||
# ── 7. Kill any running Prezenta app.py before renaming ──────────────
|
# ── 7. Kill any running Prezenta app.py before renaming ──────────────
|
||||||
- name: Kill any process running from Prezenta app.py
|
- name: Kill any process running from Prezenta app.py
|
||||||
shell: pkill -f "Desktop/Prezenta/app.py" || true
|
shell: pkill -f "python3.*Prezenta/app.py"
|
||||||
|
ignore_errors: true
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
- name: Wait a moment for the process to terminate
|
- name: Wait a moment for the process to terminate
|
||||||
|
|||||||
Reference in New Issue
Block a user