Skip to content

Commit b6bb69b

Browse files
committed
Remove unsupported sudo -E call with in new sudo-rs from Ubuntu 26.04
Signed-off-by: Anton Kremenetsky <anton.kremenetsky@gmail.com>
1 parent 8ffb17a commit b6bb69b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exordos/images/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ fi
127127

128128
# Prepare templated configuration files and apply them
129129
log "ec-bootstrap-templates"
130-
sudo -E ec-bootstrap-templates
130+
ec-bootstrap-templates
131131
log "netplan apply"
132132
sudo netplan apply
133133
log "systemctl restart systemd-resolved.service dnsdist@private.service"

0 commit comments

Comments
 (0)