Compare commits
46 commits
7fdd557f99
...
f34a5cda80
Author | SHA1 | Date | |
---|---|---|---|
f34a5cda80 | |||
98e968f266 | |||
2f80e6b6bf | |||
986ea4b58a | |||
9808597710 | |||
796853a3d3 | |||
3c9f8ecb0b | |||
f4ea4edb54 | |||
0c68af95fe | |||
cb6700c6c5 | |||
8fd410ef1d | |||
a8e7442603 | |||
15e699d538 | |||
1d35f88862 | |||
2200e73a0e | |||
1346ea53a1 | |||
62ae85897d | |||
e3e22e540c | |||
227e2321f9 | |||
2d90626a47 | |||
45934f0c92 | |||
69194bdfd5 | |||
b573a28c63 | |||
51af0452ab | |||
0fe82114c5 | |||
8dadd0820e | |||
491c2864d3 | |||
298960d52d | |||
d1c002fcf2 | |||
f162435efd | |||
de61843036 | |||
fb85fbd5df | |||
8ff43a1de6 | |||
617a6e9620 | |||
5bb792cb37 | |||
58eed5b29c | |||
cdfeb7096e | |||
478858cddc | |||
c15580c747 | |||
126145ce7f | |||
d92dda2649 | |||
2c490e9145 | |||
b68769fb33 | |||
177678ec8b | |||
04ae1c08ab | |||
72b9f93a82 |
1 changed files with 5 additions and 1 deletions
|
@ -52,7 +52,11 @@ 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