We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa9d75 commit c0d7cb9Copy full SHA for c0d7cb9
2 files changed
CHANGELOG
@@ -8,7 +8,7 @@ Moos Changelog
8
9
1.6.4
10
=====
11
-2015-MM-DD
+2015-02-24
12
+ Add server tools;
13
+ Log rotate will keep last 30 days logs, old logs will be deleted;
14
+ Before install a service, Moss will check if it has been running on host;
install
@@ -8,7 +8,7 @@
#exec 2>${TOP_DIR}/stderr.log
# Version
-readonly VER='1.6.4dev'
+readonly VER='1.6.4'
if [ $1 = '-v' ] 2>/dev/null;then
echo Moss-${VER}
exit 0
0 commit comments