diff options
| author | Marc Vertes <mvertes@free.fr> | 2022-02-07 09:19:12 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2022-02-07 09:19:12 +0100 |
| commit | 342712955e9b65f2de134fa6542f97095a59e438 (patch) | |
| tree | 8e36e248e8ddc3d36c237513e6a121d8200c85c5 /bin | |
| parent | 8867b0a2d59bb6a2747a54c89a772cc5443308a5 (diff) | |
update
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/update_kernel_host | 2 |
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 |
