Compare commits
1
Commits
main
..
05e07a3857
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
05e07a3857 |
+3
-3
@@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
JDAutoConfig=$(find ~ -type f -name "JDAutoConfig" 2>/dev/null)
|
||||
log=$(grep "log=" "$JDAutoConfig" | sed 's/.*=//g')
|
||||
config=$(find ~ -type f -name "JDAutoConfig" 2>/dev/null)
|
||||
log=$(grep "log=" "$config" | sed 's/.*=//g')
|
||||
|
||||
# shellcheck disable=SC1090
|
||||
source "$JDAutoConfig"
|
||||
source "$config"
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
source "$(dirname "$0")/i18n.sh"
|
||||
|
||||
Reference in New Issue
Block a user