mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: typo
This commit is contained in:
parent
b54e60923c
commit
16bb23dfeb
1 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ function flush_DB_keep_user {
|
|||
bash ${AIL_BIN}LAUNCH.sh -k
|
||||
}
|
||||
|
||||
function flush_DB_keep_user {
|
||||
function soft_reset {
|
||||
reset_dir;
|
||||
flush_DB_keep_user;
|
||||
}
|
||||
|
@ -142,7 +142,7 @@ function flush_DB_keep_user {
|
|||
|
||||
while [ "$1" != "" ]; do
|
||||
case $1 in
|
||||
--softReset ) flush_DB_keep_user;
|
||||
--softReset ) soft_reset;
|
||||
;;
|
||||
* ) exit 1
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue