mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-28 11:14:03 +02:00
small fix for installation detection
This commit is contained in:
@@ -124,6 +124,7 @@ then
|
||||
elif [ -f /opt/iobroker/iobroker ]
|
||||
then
|
||||
echo "Existing installation of ioBroker detected in /opt/iobroker."
|
||||
rm -f /opt/scripts/.docker_config/.install_host
|
||||
elif [ $(ls *_backupiobroker.tar.gz 2> /dev/null | wc -l) != "0" ] && [ $(tar -ztvf /opt/iobroker/*_backupiobroker.tar.gz "backup/backup.json" 2> /dev/null | wc -l) != "0" ]
|
||||
then
|
||||
if [ "$multihost" = "slave" ]
|
||||
|
||||
Reference in New Issue
Block a user