3 changed files with 25 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||
|
#!/bin/bash |
||||
|
# LGSM core_trap.sh function |
||||
|
# Author: Daniel Gibbs |
||||
|
# Website: https://gameservermanagers.com |
||||
|
lgsm_version="210516" |
||||
|
|
||||
|
# Description: handles ctrl-C trap to give an exitcode. |
||||
|
|
||||
|
fn_exit_trap(){ |
||||
|
core_exit.sh |
||||
|
} |
||||
|
|
||||
|
# trap to remove lockfile on quit. |
||||
|
trap fn_exit_trap INT |
Loading…
Reference in new issue