Fix incorrect file path

This commit is contained in:
Manuel Thalmann 2024-07-08 02:48:29 +02:00
parent 30de6a6597
commit a5d25522fd

View file

@ -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)";