Changeset 106157fd for jhalfs


Ignore:
Timestamp:
06/30/2021 02:03:51 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, legacy, trunk
Children:
97b270f
Parents:
0722dde
Message:

Do not assume there is a group named as $USER

Remove any use of chown $USER:$USER

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r0722dde r106157fd  
    368368  if [[ ! -d $JHALFSDIR ]]; then
    369369    sudo mkdir -p "$JHALFSDIR"
    370     sudo chown "$USER":"$USER" "$JHALFSDIR"
     370# Do not assume there is a group named as $USER, do not use
     371# $USER:$USER...
     372    sudo chown "$USER" "$JHALFSDIR"
    371373  fi
    372374
Note: See TracChangeset for help on using the changeset viewer.