sync.desko: fix mountpoint typo

This commit is contained in:
Colin 2023-12-08 12:24:00 +00:00
parent 114bdb30e8
commit fcc7ebf5c1
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@
# can run this from any device that has ssh access to desko and servo
type = "app";
program = builtins.toString (pkgs.writeShellScript "sync-to-desko" ''
sudo mount /mnt/lappy-home
sudo mount /mnt/desko-home
${pkgs.sane-scripts.sync-music}/bin/sane-sync-music --compat /mnt/servo-media/Music /mnt/desko-home/Music $@
'');
};