mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 01:15: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
|
if [ ${LINE:0:6} = 'group=' ]; then
|
||||||
GRP=`echo $LINE | cut -d'=' -f 2`
|
GRP=`echo $LINE | cut -d'=' -f 2`
|
||||||
echo "group: $GRP"
|
if [ ! -z $GRP ]; then
|
||||||
if [ -z $GRP ]; then
|
|
||||||
GRPDIR=$WORKSPACE/$GRP
|
GRPDIR=$WORKSPACE/$GRP
|
||||||
else
|
else
|
||||||
GRPDIR=$WORKSPACE
|
GRPDIR=$WORKSPACE
|
||||||
|
|||||||
Reference in New Issue
Block a user