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