summaryrefslogtreecommitdiff
path: root/morphlib/exts
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/exts')
-rwxr-xr-xmorphlib/exts/ssh-rsync.write3
1 files changed, 1 insertions, 2 deletions
diff --git a/morphlib/exts/ssh-rsync.write b/morphlib/exts/ssh-rsync.write
index fba550cd..83091c4b 100755
--- a/morphlib/exts/ssh-rsync.write
+++ b/morphlib/exts/ssh-rsync.write
@@ -84,8 +84,7 @@ class SshRsyncWriteExtension(morphlib.writeexts.WriteExtension):
# not have an updated extlinux config file
self.update_remote_extlinux(location, remote_mnt,
version_label)
- cliapp.ssh_runcmd(location, ['ln', '-s', '-f',
- version_label,
+ cliapp.ssh_runcmd(location, ['ln', '-sfn', version_label,
default_path])
except Exception as e:
try: