mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
used rclone lsd instead of rclone ls -> performance
This commit is contained in:
@@ -15,7 +15,7 @@ writeShellApplication {
|
|||||||
text = ''
|
text = ''
|
||||||
set +e
|
set +e
|
||||||
|
|
||||||
output=$(rclone ls kdrive: 2>&1)
|
output=$(rclone lsd kdrive: 2>&1)
|
||||||
status=$?
|
status=$?
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
Reference in New Issue
Block a user