Merge pull request #1090 from rejas/patch-1

Fix typo
This commit is contained in:
Michael Teeuw 2017-11-26 10:42:20 +01:00 committed by GitHub
commit 38c2bdb447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
if [ -z "$DISPLAY" ]; then #If not set DISPLAY is SSH remote or tty if [ -z "$DISPLAY" ]; then #If not set DISPLAY is SSH remote or tty
export DISPLAY=:0 # Set by defaul display export DISPLAY=:0 # Set by default display
fi fi
electron js/electron.js $1 electron js/electron.js $1