mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
Fix for the group
This commit is contained in:
@@ -36,8 +36,7 @@ for LINE in "${LINES[@]}"; do
|
||||
|
||||
if [ ${LINE:0:6} = 'group=' ]; then
|
||||
GRP=`echo $LINE | cut -d'=' -f 2`
|
||||
echo "group: $GRP"
|
||||
if [ -z $GRP ]; then
|
||||
if [ ! -z $GRP ]; then
|
||||
GRPDIR=$WORKSPACE/$GRP
|
||||
else
|
||||
GRPDIR=$WORKSPACE
|
||||
|
||||
Reference in New Issue
Block a user