Skip to content

Commit

Permalink
proxmox: script formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Sep 14, 2024
1 parent ad3c4f9 commit 29b7e41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install/proxmox/setup-scrypted-nvr-volume.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ then
exit 1
fi

# use subdirectory doesn't conflict with Proxmox storage of backups etc...
STORAGE="$STORAGE/mounts/scrypted-nvr"
# use subdirectory doesn't conflict with Proxmox storage of backups etc.
# create the hidden folder that can be used as a marker.
STORAGE="$STORAGE/mounts/scrypted-nvr/.scrypted-nvr"
mkdir -p $STORAGE
chmod 0777 $STORAGE

Expand Down

0 comments on commit 29b7e41

Please sign in to comment.