Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
refactor: sudo doesn't affect redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed May 2, 2019
1 parent 7ebc685 commit c60e7ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -2,7 +2,7 @@
set -x
source /opt/azure/containers/provision_source.sh

sudo echo " dns-search <searchDomainName>" >> /etc/network/interfaces.d/50-cloud-init.cfg
echo " dns-search <searchDomainName>" >> sudo tee -a /etc/network/interfaces.d/50-cloud-init.cfg > /dev/null
systemctl_restart 20 5 10 restart networking
wait_for_apt_locks
retrycmd_if_failure 10 5 120 apt-get -y install realmd sssd sssd-tools samba-common samba samba-common python2.7 samba-libs packagekit
Expand Down
1 change: 0 additions & 1 deletion scripts/validate-shell.sh
Expand Up @@ -23,7 +23,6 @@ SC2004
SC2005
SC2015
SC2020
SC2024
SC2034
SC2044
SC2046
Expand Down

0 comments on commit c60e7ee

Please sign in to comment.