Lines 51-56
nomad_startprecmd()
Link Here
|
51 |
|
51 |
|
52 |
if [ ! -d ${nomad_dir} ]; then |
52 |
if [ ! -d ${nomad_dir} ]; then |
53 |
install -d -o ${nomad_user} -g ${nomad_group} ${nomad_dir} |
53 |
install -d -o ${nomad_user} -g ${nomad_group} ${nomad_dir} |
|
|
54 |
chmod 0700 ${nomad_dir} |
54 |
fi |
55 |
fi |
55 |
if [ "${nomad_debug}" != "NO" ]; then |
56 |
if [ "${nomad_debug}" != "NO" ]; then |
56 |
command_args="-T ${name} ${command_args}" |
57 |
command_args="-T ${name} ${command_args}" |
57 |
- |
|
|