mirror of
https://github.com/aclist/dztui.git
synced 2025-04-06 20:43:01 +02:00
fix: stray output in stdout
This commit is contained in:
parent
c6a654d25a
commit
cadcae9b9d
1 changed files with 1 additions and 2 deletions
3
dzgui.sh
3
dzgui.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
version=5.0.0.rc-8
|
version=5.0.0.rc-9
|
||||||
|
|
||||||
#CONSTANTS
|
#CONSTANTS
|
||||||
aid=221100
|
aid=221100
|
||||||
|
@ -232,7 +232,6 @@ watcher_deps(){
|
||||||
logger INFO "Found DZG Watcher dependencies"
|
logger INFO "Found DZG Watcher dependencies"
|
||||||
}
|
}
|
||||||
format_version_url(){
|
format_version_url(){
|
||||||
echo FORMAT
|
|
||||||
case "$branch" in
|
case "$branch" in
|
||||||
"stable")
|
"stable")
|
||||||
version_url="$stable_url/dzgui.sh"
|
version_url="$stable_url/dzgui.sh"
|
||||||
|
|
Loading…
Reference in a new issue