This commit is contained in:
The-Repo-Club 2022-10-30 15:32:58 +00:00
parent 858bffa18e
commit 71ca685659
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -12,7 +12,7 @@
#Created:
# Wed 10 March 2021, 12:34:47 PM [GMT+1]
#Modified:
# Thu 20 October 2022, 05:49:17 AM [GMT+1]
# Sun 30 October 2022, 03:32:36 PM [GMT]
#
#Description:
# <Todo>
@ -79,7 +79,7 @@ run_program() {
if [[ -n $command ]]; then
cmd+=" -e $command"
fi
exec nohup $cmd
exec nohup $cmd >&/dev/null
fi
}