forked from obel1x/fedora-OEMDRV
Fixed sw install directory-check
This commit is contained in:
@@ -18,7 +18,7 @@ if [ "${DAVTOKEN_USER}." == "." ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Installing additional Software."
|
echo "Installing additional Software."
|
||||||
for DIR in $(ls -d /${SCRIPTPATH}/*/ | sort); # list directories in the form "/tmp/dirname/"
|
for DIR in $(ls -d /${CLIENT_SOFTWARE_DST}/*/ | sort); # list directories in the form "/tmp/dirname/"
|
||||||
do
|
do
|
||||||
DIR=${DIR%*/} # remove the trailing "/"
|
DIR=${DIR%*/} # remove the trailing "/"
|
||||||
if [ -f "${DIR}/install.sh" ]; then
|
if [ -f "${DIR}/install.sh" ]; then
|
||||||
|
|||||||
@@ -82,6 +82,7 @@ else
|
|||||||
echo "Press any key to continue" && read -n 1 -s -r && exit 1
|
echo "Press any key to continue" && read -n 1 -s -r && exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
echo
|
||||||
|
|
||||||
#SYNC Firefox + Thunderbird Profile
|
#SYNC Firefox + Thunderbird Profile
|
||||||
./mozilla_starter.sh firefox sync && ./mozilla_starter.sh thunderbird sync
|
./mozilla_starter.sh firefox sync && ./mozilla_starter.sh thunderbird sync
|
||||||
|
|||||||
Reference in New Issue
Block a user