mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-29 07:24:18 +00:00
Restart after deleting a runner
This commit is contained in:
parent
26030a6c82
commit
4a0b053a68
@ -681,6 +681,9 @@ delete_runner() {
|
|||||||
rm -r "${installed_runners[$remove_option]}"
|
rm -r "${installed_runners[$remove_option]}"
|
||||||
echo -e "\nDeleted ${installed_runners[$remove_option]}\n"
|
echo -e "\nDeleted ${installed_runners[$remove_option]}\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Restart Lutris
|
||||||
|
lutris_restart
|
||||||
}
|
}
|
||||||
|
|
||||||
choose_runner_to_delete() {
|
choose_runner_to_delete() {
|
||||||
|
Loading…
Reference in New Issue
Block a user