Skip to content
Snippets Groups Projects
Commit bbb698ba authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

force type for counter vars

parent cb793457
No related branches found
No related tags found
1 merge request!44force type for counter vars
......@@ -28,10 +28,10 @@ fi
mysql_FOUND=0
# counters
mysql_COUNT_CREATE=0
mysql_COUNT_DUMPS=0
mysql_COUNT_DB=0
mysql_COUNT_ERRORS=0
typeset -i mysql_COUNT_CREATE=0
typeset -i mysql_COUNT_DUMPS=0
typeset -i mysql_COUNT_DB=0
typeset -i mysql_COUNT_ERRORS=0
SOURCE_DIR=/var/lib/mysql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment