Skip to content

Commit a020aa6

Browse files
committed
do not need to handle OS difference here
1 parent e8fa8e0 commit a020aa6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

bin/installer.sh

+1-9
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,4 @@ else
4646
fi
4747
fi
4848

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
49+
bash countly/bin/countly.install.sh

0 commit comments

Comments
 (0)