5 lines
77 B
Text
5 lines
77 B
Text
|
|
case "$__target_hostname" in
|
||
|
|
thilo)
|
||
|
|
echo "postgresql"
|
||
|
|
;;
|
||
|
|
esac
|