mirror of
https://github.com/aclist/dztui.git
synced 2025-03-14 16:33:00 +01:00
fix: uncomment line
This commit is contained in:
parent
5a292b37c4
commit
9e09bd3bb3
1 changed files with 2 additions and 2 deletions
4
dzgui.sh
4
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -o pipefail
|
||||
|
||||
version=5.7.0-beta.3
|
||||
version=5.7.0-beta.4
|
||||
|
||||
#CONSTANTS
|
||||
aid=221100
|
||||
|
@ -940,7 +940,7 @@ initial_setup(){
|
|||
watcher_deps
|
||||
check_architecture
|
||||
test_connection
|
||||
# fetch_helpers > >(pdialog "Checking helper files")
|
||||
fetch_helpers > >(pdialog "Checking helper files")
|
||||
varcheck
|
||||
source "$config_file"
|
||||
lock
|
||||
|
|
Loading…
Reference in a new issue