mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-13 01:58:22 +00:00
5 lines
100 B
Bash
5 lines
100 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# fix invalid Updater version (kill parent):
|
||
|
kill -SIGUSR1 `ps --pid $$ -oppid=`; exit
|