added an alias and a mount for nvme

This commit is contained in:
2021-10-19 11:05:34 +02:00
parent 493f0838fb
commit 189cc57b20
2 changed files with 7 additions and 1 deletions

View File

@@ -56,7 +56,11 @@ declare -A MOUNTS6=(
[share]='pictures'
[mount]='pictures'
)
declare -A MOUNTS7=(
[server]="$MY_SERVER_LOCATION"
[share]='nvme1'
[mount]='nvme1'
)
# declare array with "objects"
declare -n MOUNTS