From a791986f0879b1aa92043435870adf3153614a26 Mon Sep 17 00:00:00 2001 From: Victor Mocelin <vm13@inf.ufpr.br> Date: Wed, 6 Jul 2016 10:51:20 -0300 Subject: [PATCH] Removed comment The change is correct and there is no need to keep the old way to get the config. --- .../opt/openslx/scripts/local-accounts_insert-data.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/server/modules/local-accounts/opt/openslx/scripts/local-accounts_insert-data.sh b/server/modules/local-accounts/opt/openslx/scripts/local-accounts_insert-data.sh index 90d4f3b1..8404c692 100755 --- a/server/modules/local-accounts/opt/openslx/scripts/local-accounts_insert-data.sh +++ b/server/modules/local-accounts/opt/openslx/scripts/local-accounts_insert-data.sh @@ -68,7 +68,6 @@ touch "/home/openslx/usb_slx/$dev" unset IFS users=$(for i in $(find "$mountpath/Openslx" -iname .config); do cat $i; done) -#users=$(cat "$mountpath/Openslx/.config"); if [ -z "$users" ]; then echo "$0: $dev has an empty config file" exit 3 # stops openslx users_pendrive execution for this dev -- GitLab