mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
scripts: make absolute paths consistent
Change absolute binary paths in scripts to /usr/bin/env or make them relative. This allows the scripts to be used on linux distributions like NixOS, where binaries are not located in /usr/ or /bin/.
This commit is contained in:
committed by
Nick Craig-Wood
parent
d016438243
commit
1f5e23aedb
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
"""
|
||||
This is a tool to decrypt file names in rclone logs.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user