Skip to content

Commit 3d193a7

Browse files
author
Oliver Cervera
authored
SNAPRAID_CONF with OMV7 changes
Update SNAPRAID_CONF with OMV7 changes
1 parent bfda6a5 commit 3d193a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

script-config.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
CONFIG_VERSION="3.3" #DEV6
2+
CONFIG_VERSION="3.3" #DEV7
33
######################
44
# USER VARIABLES #
55
######################
@@ -141,9 +141,9 @@ SNAP_STATUS_NOTIFY=0
141141

142142
# SnapRAID configuration file location. The default path works on most
143143
# installations, including OMV6.
144-
# If you're using OMV7, you must manually specify your config file, which is
145-
# located in /etc/snapraid/
146-
# SNAPRAID_CONF="/etc/snapraid/snapraid.conf"
144+
# If you're using OMV7, the script will try to pick the file automatically.
145+
# If you have multiple SnapRAID arrays, you must must manually specify the
146+
# config file you want to use. On OMV7 the files are located at /etc/snapraid/
147147
SNAPRAID_CONF="/etc/snapraid.conf"
148148

149149
### DOCKER CONTAINERS MANAGEMENT ###

0 commit comments

Comments
 (0)