1.REMOVE .a and .so, and add gitignore file
2.FIX reset_redis4maat.sh set SEQ value end with \r bug
This commit is contained in:
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
SI/
|
||||
*.I*
|
||||
*.P*
|
||||
*.S*
|
||||
*.W*
|
||||
*.[od]
|
||||
*.[1-9]*
|
||||
*.log
|
||||
*.a
|
||||
9
lib/.gitignore
vendored
Normal file
9
lib/.gitignore
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
SI/
|
||||
*.I*
|
||||
*.P*
|
||||
*.S*
|
||||
*.W*
|
||||
*.[od]
|
||||
*.[1-9]*
|
||||
*.log
|
||||
*.a
|
||||
Binary file not shown.
Binary file not shown.
9
src/entry/.gitignore
vendored
Normal file
9
src/entry/.gitignore
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
SI/
|
||||
*.I*
|
||||
*.P*
|
||||
*.S*
|
||||
*.W*
|
||||
*.[od]
|
||||
*.[1-9]*
|
||||
*.log
|
||||
*.a
|
||||
Binary file not shown.
@@ -4,7 +4,7 @@ port="6379"
|
||||
echo "Reseting Redis For Maat..."
|
||||
redis-cli -h $host -p $port GET MAAT_VERSION
|
||||
redis-cli -h $host -p $port FLUSHALL
|
||||
redis-cli -h $host -p $port SET MAAT_VERSION 1
|
||||
redis-cli -h $host -p $port SET SEQUENCE_REGION 1
|
||||
redis-cli -h $host -p $port SET SEQUENCE_GROUP 1
|
||||
redis-cli -h $host -p $port SET MAAT_VERSION "1"
|
||||
redis-cli -h $host -p $port SET SEQUENCE_REGION "1"
|
||||
redis-cli -h $host -p $port SET SEQUENCE_GROUP "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user