We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8fa8e0 commit a020aa6Copy full SHA for a020aa6
bin/installer.sh
@@ -46,12 +46,4 @@ else
46
fi
47
48
49
-DATE=$(date +%Y-%m-%d:%H:%M:%S)
50
-if [[ ! -z "$APT_GET_CMD" ]]; then
51
- bash countly/bin/countly.install.sh 2>&1 | tee "countly/log/countly-install-$DATE.log"
52
-elif [[ ! -z "$YUM_CMD" ]]; then
53
- bash countly/bin/countly.install_rhel.sh 2>&1 | tee "countly/log/countly-install-$DATE.log"
54
-else
55
- echo "error can't install Countly"
56
- exit 1;
57
-fi
+bash countly/bin/countly.install.sh
0 commit comments