Skip to content

Commit

Permalink
whitespace removed
Browse files Browse the repository at this point in the history
do we really need a check on whitespace? I dont even see it in the editor

Signed-off-by: coogor <axel.braun@gmx.de>
  • Loading branch information
coogor committed Nov 19, 2022
1 parent 93dd44d commit b2ec27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automated install/basic-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ package_manager_detect() {
LIGHTTPD_USER="lighttpd"
LIGHTTPD_GROUP="lighttpd"
LIGHTTPD_CFG="lighttpd.conf.fedora"

if [ "${PKG_MANAGER}" = "dnf" ] || [ "${PKG_MANAGER}" = "yum" ] ; then
# CentOS package manager returns 100 when there are packages to update so we need to || true to prevent the script from exiting.
PKG_COUNT="${PKG_MANAGER} check-update | egrep '(.i686|.x86|.noarch|.arm|.src)' | wc -l || true"
Expand Down

0 comments on commit b2ec27c

Please sign in to comment.