@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user