Fix incorrect file path
This commit is contained in:
parent
a28cd91a73
commit
d397335584
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
eval "$(../../eval-module.sh "$CONFIG_MODULE" partition.script --raw)";
|
||||
eval "$("${BASH_SOURCE%/*}/../../eval-module.sh" "$CONFIG_MODULE" partition.script --raw)";
|
||||
|
|
Loading…
Reference in a new issue