deletions after testing

This commit is contained in:
Andre
2019-06-13 14:45:58 +02:00
parent c80f25cca1
commit 305a13b0b0
2 changed files with 0 additions and 12 deletions

View File

@@ -3,7 +3,6 @@
# Reading env-variables
packages=$PACKAGES
avahi=$AVAHI
hostnameold=$HOSTNAMEOLD
# Getting date and time for logging
dati=`date '+%Y-%m-%d %H:%M:%S'`
@@ -54,15 +53,6 @@ then
iobroker host $(cat /opt/iobroker/.install_host)
rm -f /opt/iobroker/.install_host
echo 'Renaming ioBroker done...'
elif [ "$hostnameold" != "" ]
then
echo ''
echo 'This is the first run of an existing installation...'
echo 'Hostname given is' $(hostname)'...'
echo 'Hostname old is' $hostnameold'...'
echo 'Renaming ioBroker...'
iobroker host $hostnameold
echo 'Renaming ioBroker done...'
fi
# Checking for first run and change permissions