Current File : //proc/self/root/usr/local/jetapps/usr/share/rear/rescue/GALAXY7/default/600_add_galaxy_group.sh
#
# Galaxy uses a special group which we need to copy to the rescue system
#

# append group info to /etc/group if it is not root (0)
galaxy_group=$(stat -c "%g" /opt/galaxy/Base/Galaxy)
test $galaxy_group -gt 0 && getent group $galaxy_group >>$ROOTFS_DIR/etc/group