mirror of
https://github.com/MagicMirrorOrg/MagicMirror.git
synced 2026-04-21 03:00:52 -04: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
|