9 lines
162 B
Bash
9 lines
162 B
Bash
#!/bin/bash
|
|
|
|
# ChuckPa already wrote a great function for getting host info
|
|
source ./DBRepair.sh 99 >/dev/null 2>&1
|
|
|
|
if HostConfig; then
|
|
echo "$AppSuppDir"
|
|
fi
|