mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-05-06 21:34:09 +02:00
Fix for the group
This commit is contained in:
+1
-2
@@ -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