mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-19 22:02:18 +02:00
fixing adminport script
This commit is contained in:
@@ -148,7 +148,7 @@ echo ' '
|
|||||||
if [ "$adminport" != "8081" ]
|
if [ "$adminport" != "8081" ]
|
||||||
then
|
then
|
||||||
echo "Adminport is set by ENV."
|
echo "Adminport is set by ENV."
|
||||||
echo "Setting Adminport to" $(adminport)"..."
|
echo "Setting Adminport to" $adminport"..."
|
||||||
iobroker set admin.0 --port $adminport
|
iobroker set admin.0 --port $adminport
|
||||||
echo 'Done.'
|
echo 'Done.'
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|||||||
Reference in New Issue
Block a user