diff options
Diffstat (limited to 'share/hydractl/sync-tpc')
-rwxr-xr-x | share/hydractl/sync-tpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/sync-tpc b/share/hydractl/sync-tpc index 0c8b177..c739c5a 100755 --- a/share/hydractl/sync-tpc +++ b/share/hydractl/sync-tpc @@ -69,7 +69,7 @@ if [ ! -d "$MEDIA" ]; then GROUP="$(stat -c %G /var/cache/`hostname -s`/media)" # With the right permissions - $SUDO chown $OWNER.$GROUP $MEDIA + $SUDO chown $OWNER:$GROUP $MEDIA fi # Guest images were previously synced using rsync |