Skip to content

Commit f090a1e

Browse files
author
Martin Mrazik
committed
Revert "Add list of installed packages to logfile"
This reverts commit c65075b.
1 parent c65075b commit f090a1e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

enableagent.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,6 @@ cd $dir
8484
sudo chmod -R 0775 $dir
8585
sudo chown -R AzDevOps:AzDevOps $dir
8686

87-
# Get list of currently installed packages
88-
# NOTE: will fail on non-debian systems
89-
# TO BE REMOVED
90-
log_message "Getting list of currently installed packages"
91-
dpkg -l >> "$LOGFILE"
92-
93-
9487
# install dependencies
9588
log_message "Installing dependencies"
9689
bash -x ./bin/installdependencies.sh 2>&1 | tee -a /var/log/enableagent.log

0 commit comments

Comments
 (0)