The DISPLAY should be unset

This commit is contained in:
Stanislav Zadiraev 2020-02-03 15:26:09 +03:00 committed by GitHub
parent 7fd849d81e
commit fde1954083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -51,4 +51,6 @@ case $SHELL in
;; ;;
esac esac
unset DISPLAY
exec $@ exec $@