Skip to content

Commit

Permalink
fixing build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasudevan Perumal committed Oct 30, 2023
1 parent 6e46186 commit 462e80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkosi.extra/usr/local/bin/build_disk_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function setup_data_images() {
declare -a images=("home" "var")
if [ -d "$DATA_STORE" ]; then
for image in "${images[@]}"; do
if [ -e "$DATA_STORE/$image.img"]; then
if [ -e "$DATA_STORE/$image.img" ]; then
echo "Sparse disk file for $image already exists in $DATA_STORE"
else
echo "==> Creating sparse disks file for $image"
Expand Down

0 comments on commit 462e80d

Please sign in to comment.