We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0caec4b commit 51cfba6Copy full SHA for 51cfba6
script-config.sh
@@ -238,8 +238,8 @@ EXECUTE_BEFORE_SPINDOWN=0
238
####################### SYSTEM CONFIGURATION #######################
239
# Please make changes only if you know what you're doing
240
241
-# location of the snapraid binary
242
-SNAPRAID_BIN="/usr/bin/snapraid"
+# locate snapraid using path
+SNAPRAID_BIN="$(command -v snapraid)"
243
# location of the mail program binary
244
MAIL_BIN="/usr/bin/mailx"
245
0 commit comments