sysom1/script/server/sysom_log/uninstall.sh

9 lines
116 B
Bash

#!/bin/bash
BaseDir=$(dirname $(readlink -f "$0"))
uninstall_app() {
# do nothing
echo ""
}
uninstall_app