mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
# This file is still here to keep PM2 working on older installations.
|
|
cd ~/MagicMirror
|
|
DISPLAY=:0 npm start
|