6 lines
94 B
Bash
6 lines
94 B
Bash
#!/bin/bash
|
|
|
|
DLD_USER="dluser"
|
|
DLD_DIR="/opt/downloaders"
|
|
DLD_CONFDIR="/opt/downloaders.conf"
|