summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xssh-rsync.write3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh-rsync.write b/ssh-rsync.write
index fba550cd..83091c4b 100755
--- a/ssh-rsync.write
+++ b/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: