diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-04 19:03:26 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-04 19:03:26 +0200 |
| commit | afe0925a8796d71e7f795516d9ea3086a0238524 (patch) | |
| tree | d11f15c22d7a1913e7dd4b42c45b0e3d386dc57a | |
| parent | e43f7ec52136786b546b79e1c343edd9a01af038 (diff) | |
fix IMAGE_DIR
| -rwxr-xr-x | spawnctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh -export IMAGE_DIR='~/.cache/images' +export IMAGE_DIR="$HOME/.cache/images" export MACHINE_DIR='/var/lib/machines' mkdir -p "$IMAGE_DIR" |