minor changes

This commit is contained in:
Rainer Gümpelein 2021-12-30 13:37:04 +00:00
parent 88123f9190
commit aff4b9d1e1

View file

@ -33,14 +33,13 @@ for i in $(find . -type d -and -name cronjobs); do chown -R root:root $i/*;done
live_sharee="ginger" #sharee-primary and sharee-fr01 on ginger.copri.eu live_sharee="ginger"
echo "You are on Server with hostname: $(hostname)"; echo "You are on Server with hostname: $(hostname)";
echo ""; echo "";
#sharee #sharee
echo "KEEP in mind, SHAREE autoLinking is only done if $(hostname) == ${live_sharee}"; echo "KEEP in mind, SHAREE autoLinking is only done if $(hostname) == ${live_sharee}";
echo "Checking payone links because of LIVE";
if [[ $(hostname) == ${live_sharee} ]] if [[ $(hostname) == ${live_sharee} ]]
then then