Merge launch and launch_local

This commit is contained in:
Némunaire 2015-01-18 04:24:29 +01:00 committed by Nemunaire
commit 0405b1d2c4
3 changed files with 4 additions and 51 deletions

View file

@ -1,9 +1,3 @@
# The name of the frontend, like indicated in /etc/hosts
if [ -z "$FRONTEND_HOSTNAME" ]
then
export FRONTEND_HOSTNAME="phobos"
fi
# Username of the unpriviledge user that runs scripts
SYNCHRO_USER="synchro"