mirror of
https://github.com/simon987/music-graph-ui.git
synced 2025-04-10 14:06:41 +00:00
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export MGROOT="music-graph"
|
|
|
|
chmod 755 -R "${MGROOT}/webroot"
|