Compare commits
46 commits
f34a5cda80
...
7fdd557f99
Author | SHA1 | Date | |
---|---|---|---|
7fdd557f99 | |||
b1b2efc4a7 | |||
e4f531d8ca | |||
38b31fee42 | |||
f8aef8440f | |||
cbe4edf69b | |||
55bbbf9b9e | |||
2414254a71 | |||
70e3cc19a8 | |||
b44f520857 | |||
6da54402df | |||
aef66c4e5d | |||
646ad8c3c6 | |||
eb5cac8b38 | |||
d18ab29551 | |||
b6d388b14b | |||
9d20ed3f35 | |||
a1aedc2e24 | |||
5e3b9d1f08 | |||
8cf44cf9a8 | |||
e4d541de93 | |||
54c475c450 | |||
55fda86e7f | |||
a77f467c9e | |||
35b10bdac2 | |||
03b99d7201 | |||
e1c4f4eba3 | |||
09432b1f59 | |||
e53b6e6981 | |||
f288eeac32 | |||
52ed35523f | |||
ca458b3b11 | |||
76376be56a | |||
2959c9bd33 | |||
3ed877fd42 | |||
3b2b0c336e | |||
863408f2b4 | |||
3466fd63e2 | |||
1407092c98 | |||
22d08a1f66 | |||
0173086a89 | |||
09a70d1595 | |||
a0f02ad656 | |||
96d4292d56 | |||
7e82d56d01 | |||
18a7423503 |
1 changed files with 1 additions and 5 deletions
|
@ -52,11 +52,7 @@ begin
|
||||||
|
|
||||||
if [ "$functionName" != "$restore" ]
|
if [ "$functionName" != "$restore" ]
|
||||||
argparse -i "action=" -- $argv
|
argparse -i "action=" -- $argv
|
||||||
|
$preRun $argv
|
||||||
if functions -q "$preRun"
|
|
||||||
"$preRun" $argv
|
|
||||||
end
|
|
||||||
|
|
||||||
backupFiles $args
|
backupFiles $args
|
||||||
else
|
else
|
||||||
restoreFiles $args
|
restoreFiles $args
|
||||||
|
|
Loading…
Reference in a new issue