Update wsetup.sh

the DISPLAY should be unset.
This commit is contained in:
Stanislav Zadiraev 2020-02-03 08:12:07 +03:00 committed by GitHub
parent a36f70ecb2
commit 2171faf7c0
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 $@