This commit is contained in:
Zsolt Ero
2023-12-29 23:24:08 +01:00
parent b0ab33893e
commit 8fd68c288a
4 changed files with 8 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
from ssh_lib.utils import apt_get_update, exists
def install_rclone(c):
def rclone(c):
if exists(c, '/usr/bin/rclone'):
return