Skip to content

Commit b82e988

Browse files
authored
quickfix - add $STD to tools.func
1 parent 5cf162a commit b82e988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc/tools.func

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,8 @@ setup_local_ip_helper() {
658658

659659
# Install networkd-dispatcher if not present
660660
if ! dpkg -s networkd-dispatcher >/dev/null 2>&1; then
661-
apt-get update -qq
662-
apt-get install -yq networkd-dispatcher
661+
$STD apt-get update -qq
662+
$STD apt-get install -yq networkd-dispatcher
663663
fi
664664

665665
# Write update_local_ip.sh

0 commit comments

Comments
 (0)