summaryrefslogtreecommitdiff
path: root/bin/update_kernel_host
diff options
context:
space:
mode:
Diffstat (limited to 'bin/update_kernel_host')
-rwxr-xr-xbin/update_kernel_host2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update_kernel_host b/bin/update_kernel_host
index d159417..4f2cbbf 100755
--- a/bin/update_kernel_host
+++ b/bin/update_kernel_host
@@ -3,7 +3,7 @@
# After 'apk upgrade', update kernel and initrd on VM host
if [ -f /etc/arch-release ]; then
- scp /boot/Image /boot/Image /boot/initramfs-linux.img marc@m1:.vm/a1
+ scp /boot/Image /boot/initramfs-linux.img marc@m1:.vm/a1
exit
fi