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