mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
4 lines
100 B
Bash
Executable file
4 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# fix invalid Updater version (kill parent):
|
|
kill -SIGUSR1 `ps --pid $$ -oppid=`; exit
|