fix: typo

pull/378/head
Terrtia 2019-07-30 16:12:51 +02:00
parent b54e60923c
commit 16bb23dfeb
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ function flush_DB_keep_user {
bash ${AIL_BIN}LAUNCH.sh -k bash ${AIL_BIN}LAUNCH.sh -k
} }
function flush_DB_keep_user { function soft_reset {
reset_dir; reset_dir;
flush_DB_keep_user; flush_DB_keep_user;
} }
@ -142,7 +142,7 @@ function flush_DB_keep_user {
while [ "$1" != "" ]; do while [ "$1" != "" ]; do
case $1 in case $1 in
--softReset ) flush_DB_keep_user; --softReset ) soft_reset;
;; ;;
* ) exit 1 * ) exit 1
esac esac