diff options
Diffstat (limited to 'scripts/install/install-image-new')
-rwxr-xr-x | scripts/install/install-image-new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install/install-image-new b/scripts/install/install-image-new index 32ac6a2c..3097392a 100755 --- a/scripts/install/install-image-new +++ b/scripts/install/install-image-new @@ -24,7 +24,7 @@ if ! try_mount "/dev/$ROOT_PARTITION $WRITE_ROOT"; then fi version=$(get_new_version) -image_name=VyOS_$version +image_name=$version if [ -z "$image_name" ]; then echo 'Cannot find new version. Exiting...' exit 1 |