aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl/sync-tpc
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-12-14 13:41:54 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-12-14 13:41:54 -0300
commit54c1158aff8b987dea88b35597047fafe92cd0a7 (patch)
treeb9e40abd6bc670033de0210e56af1eceda68af43 /share/hydractl/sync-tpc
parent2368822db564cd0b71276f9af4741a7ad06fc55c (diff)
downloadhydra-54c1158aff8b987dea88b35597047fafe92cd0a7.tar.gz
hydra-54c1158aff8b987dea88b35597047fafe92cd0a7.tar.bz2
Fix: chown invocations
Diffstat (limited to 'share/hydractl/sync-tpc')
-rwxr-xr-xshare/hydractl/sync-tpc2
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