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