diff --git a/etc/terminal-run b/etc/terminal-run index 9cf1d6b12c..bc32c23ba1 100755 --- a/etc/terminal-run +++ b/etc/terminal-run @@ -1,5 +1,5 @@ #!/bin/bash - +{ #$1 is the command to be run. #$2 is the title. commands="$1" @@ -126,4 +126,5 @@ if [ ! -z "$temp_pid_file" ];then fi -true +exit 0 +}