Fix path resolving of the partition module
This commit is contained in:
parent
bd60293f4c
commit
485c0c70f3
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash -e
|
||||
PARTITION_MODULE="${PARTITION_MODULE:+"$(realpath "$PARTITION_MODULE")"}";
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
|
||||
PARTITION_MODULE="${PARTITION_MODULE:-"./partition.nix"}";
|
||||
|
|
Loading…
Reference in a new issue