Update build-rootfs

This commit is contained in:
Jack L. Frost 2023-10-31 02:03:07 +00:00
parent c3fbf5bdd1
commit 3d73c0b964
1 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#!/usr/bin/env bash
workdir="$HOME/public/rootfs"
workdir="${DESTDIR:-$HOME/public/rootfs}"
filename="spark-x86_64-$(date '+%Y%m%d').tar.zst"
cd "$workdir"
@ -11,4 +11,4 @@ podman rm spark-rootfs
mv ".$filename.part" "$filename"
./switch "$filename"
[[ -f ./switch ]] && ./switch "$filename"