mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-02-22 11:46:27 +01:00
minor changes
This commit is contained in:
parent
88123f9190
commit
aff4b9d1e1
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue