mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
On the next release the css/custom.css will rename to css/custom.css.sample This change run git instructions to detach the file from own local repository. This instructions are called in untrack-css.sh file from run-start.sh and npm postinstall step Reference #1540
8 lines
161 B
Bash
8 lines
161 B
Bash
|
|
./untrack-css.sh
|
|
|
|
if [ -z "$DISPLAY" ]; then #If not set DISPLAY is SSH remote or tty
|
|
export DISPLAY=:0 # Set by default display
|
|
fi
|
|
electron js/electron.js $1
|