Skip to content
Snippets Groups Projects
Commit a791986f authored by Victor Mocelin's avatar Victor Mocelin
Browse files

Removed comment

The change is correct and there is no need to keep the old way to get the config.
parent b0bbb9cf
Branches issue/3535
No related tags found
1 merge request!10Issue/3535
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment