Adjust for Asustor NAS

This commit is contained in:
admin@pi1 2025-06-28 14:40:33 +07:00
parent ee5a58f48e
commit ce3771eb6a
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/opt/bin/bash
set -e

View file

@ -154,7 +154,7 @@ int uc_mgr_define_regex(snd_use_case_mgr_t *uc_mgr, const char *name,
err = regcomp(&re, s, options);
free(s);
if (err) {
uc_error("Regex '%s' compilation failed (code %d)", s, err);
uc_error("Regex '%s' compilation failed (code %d)", err);
return -EINVAL;
}

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/opt/bin/bash
source=.
version=`cat $source/../version`