diff options
Diffstat (limited to 'hel')
-rw-r--r-- | hel/recv-media.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hel/recv-media.nix b/hel/recv-media.nix index b61840ec..eeccdfb1 100644 --- a/hel/recv-media.nix +++ b/hel/recv-media.nix | |||
@@ -9,5 +9,5 @@ writeScriptBin "recv-media" '' | |||
9 | 9 | ||
10 | dir=/var/media | 10 | dir=/var/media |
11 | 11 | ||
12 | cp -l "$1" "''${dir}/$(basename "$1")" | 12 | cp -ln "$1" "''${dir}/$(basename "$1")" |
13 | '' | 13 | '' |