Compare commits
2 commits
542dc6f5a8
...
f727b0eb17
Author | SHA1 | Date | |
---|---|---|---|
f727b0eb17 | |||
dff449988a |
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ function initConfig -V dir -d "Fetches the configuration by prompting the user t
|
||||||
if [ -z "$VALHALLA_BACKUP_DIR" ]
|
if [ -z "$VALHALLA_BACKUP_DIR" ]
|
||||||
argparse -i "action=" -- $argv
|
argparse -i "action=" -- $argv
|
||||||
set -l index
|
set -l index
|
||||||
set -l confirm fish "$dir/../../../lib/modules/partition/confirm.fish"
|
set -l confirm fish "$dir/../../lib/modules/partition/confirm.fish"
|
||||||
|
|
||||||
switch "$_flag_action"
|
switch "$_flag_action"
|
||||||
case backup
|
case backup
|
||||||
|
|
Loading…
Reference in a new issue