From 62ed4100089128a7e7c513f98fb89df5fcc8cf9e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 16 Oct 2021 11:49:42 +0200 Subject: [PATCH] Update run --- portainer/rootfs/etc/services.d/portainer/run | 3 --- 1 file changed, 3 deletions(-) diff --git a/portainer/rootfs/etc/services.d/portainer/run b/portainer/rootfs/etc/services.d/portainer/run index baba0ab35..df2ccd37e 100644 --- a/portainer/rootfs/etc/services.d/portainer/run +++ b/portainer/rootfs/etc/services.d/portainer/run @@ -34,9 +34,6 @@ fi # Set password CURRENTPASSWORD="" PASSWORD=$(bashio::config 'password') -if [ ${#PASSWORD} -ge 2 ] ; then - PASSWORD="a" -fi touch "/data/portainer_password" CURRENTPASSWORD=$( cat /data/portainer_password )