Skip to content

Commit

Permalink
Update installimage-proxmox.sh
Browse files Browse the repository at this point in the history
Fixed the pve file write name to disk
  • Loading branch information
tinof authored Apr 7, 2022
1 parent 150a831 commit 6a2f246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hetzner/installimage-proxmox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ if [ "$OS" == "PBS" ] ; then
postinstall_file="/root/pbs"
else
if [ ! -f postinstall_file="/root/pve" ] ; then
wget "https://raw.githubusercontent.com/extremeshok/xshok-proxmox/master/hetzner/pve" -c -O /root/pbs
wget "https://raw.githubusercontent.com/extremeshok/xshok-proxmox/master/hetzner/pve" -c -O /root/pve
fi
postinstall_file="/root/pve"
fi
Expand Down

0 comments on commit 6a2f246

Please sign in to comment.