From 6b14bc2617666788abcf7323cd5c986e316190e8 Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 2 Sep 2019 09:03:10 +0200 Subject: [PATCH] Update iobroker_startup.sh updated logging --- scripts/iobroker_startup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/iobroker_startup.sh b/scripts/iobroker_startup.sh index 5595c7c..30801e3 100644 --- a/scripts/iobroker_startup.sh +++ b/scripts/iobroker_startup.sh @@ -45,12 +45,12 @@ fi if [ -f /opt/.firstrun ] then echo '' - echo 'Changing uid/gid and permissions upon first run (This might take a while! Please be patient!)...' - echo 'Changing user and group ids' + echo 'Changing UID/GID and permissions upon first run...' + echo 'Setting UID to '$uid' and GID to '$gid'...' usermod -u $uid iobroker groupmod -g $gid iobroker echo 'Done.' - echo 'Setting folder permissions' + echo 'Setting folder permissions (This might take a while! Please be patient!)...' chown -R $uid:$gid /opt/iobroker chown -R $uid:$gid /opt/scripts rm -f /opt/.firstrun