Minor code cleanup/formatting

This commit is contained in:
Jose
2019-12-08 17:46:15 -04:00
parent 3f7573825d
commit 23b96bd82a
6 changed files with 8 additions and 9 deletions
-1
View File
@@ -51,7 +51,6 @@ if [ $# -gt 0 ]; then
REL_LIST=$(ls "${bastille_releasesdir}" | sed "s/\n//g") REL_LIST=$(ls "${bastille_releasesdir}" | sed "s/\n//g")
for _REL in ${REL_LIST}; do for _REL in ${REL_LIST}; do
if [ -f "${bastille_releasesdir}/${_REL}/root/.profile" ]; then if [ -f "${bastille_releasesdir}/${_REL}/root/.profile" ]; then
#echo "${bastille_releasesdir}/${_REL}"
echo "${_REL}" echo "${_REL}"
fi fi
done done