mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 17:01:08 -04:00
4 lines
120 B
Bash
Executable file
4 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
|