VirtualBox

Changeset 67354 in vbox for trunk/src


Ignore:
Timestamp:
Jun 13, 2017 9:11:00 AM (8 years ago)
Author:
vboxsync
Message:

ValidationKit/linux/setup-routines.sh: typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testboxscript/linux/setup-routines.sh

    r67192 r67354  
    130130#   http://ask.xmodulo.com/disable-automatic-updates-ubuntu.html
    131131test_unattended_updates_disabled() {
    132     if grep "APT::Periodic::Unattended-Upgrade.*1" /etc/apt/apt.conf.d/* 2>/dev/null
     132    if grep "APT::Periodic::Unattended-Upgrade.*1" /etc/apt/apt.conf.d/* 2>/dev/null; then
    133133        echo "Unattended updates enabled?"
    134134        return 1
    135135    fi
    136     if grep "APT::Periodic::Update-Package-List.*1" /etc/apt/apt.conf.d/* 2>/dev/null
     136    if grep "APT::Periodic::Update-Package-List.*1" /etc/apt/apt.conf.d/* 2>/dev/null; then
    137137        echo "Unattended package updates enabled?"
    138138        return 1
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette