mirror of
https://github.com/simon987/music-graph-ui.git
synced 2025-04-18 01:26:43 +00:00
6 lines
88 B
Bash
Executable File
6 lines
88 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export MGROOT="/srv/music-graph"
|
|
|
|
chmod 755 -R "${MGROOT}/webroot"
|