DO288-apps/nexus-image/usr/local/bin/fix-permissions.sh
2019-05-23 13:13:16 -04:00

5 lines
46 B
Bash

#!/bin/bash
chgrp -R 0 $1
chmod -R g+rwx $1