6 lines
91 B
Bash
6 lines
91 B
Bash
#!/bin/bash
|
|
|
|
PYL_USER="pyload"
|
|
PYL_INSTALL_DIR="/opt/pyload"
|
|
PYL_CONFIG_DIR="/home/pyload"
|