Pull request: scripts: do not use ls -q
Updates #3361. Squashed commit of the following: commit 97c13c506c4215ef55550527c8db425db85a9977 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Jul 20 12:31:29 2021 +0300 scripts: do not use ls -q
This commit is contained in:
@@ -467,7 +467,7 @@ handle_existing() {
|
||||
return 0
|
||||
fi
|
||||
|
||||
if [ "$( ls -1 -A -q $agh_dir )" != '' ]
|
||||
if [ "$( ls -1 -A $agh_dir )" != '' ]
|
||||
then
|
||||
log 'the existing AdGuard Home installation is detected'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user