mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-21 20:29:09 +02:00
deletions after testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user