mirror of https://github.com/CIRCL/AIL-framework
fix: typo
parent
b54e60923c
commit
16bb23dfeb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue