Skip to content

Commit

Permalink
proxmox: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Koushik Dutta authored and Koushik Dutta committed Sep 14, 2024
1 parent bae12ee commit c73ffb3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install/proxmox/setup-scrypted-nvr-volume.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ NVR_STORAGE=$1

# Check if NVR_STORAGE is set
if [ -z "$NVR_STORAGE" ]; then
echo "Error: NVR_STORAGE environment variable is not set."
echo "Error: Proxmox Directory Disk not provided."
echo ""
echo "Usage:"
echo ""
echo " $0 <proxmox-directory-disk>"
exit 1
fi

Expand Down

0 comments on commit c73ffb3

Please sign in to comment.