diff --git a/proxmox/download-proxmox-essentials.sh b/proxmox/download-proxmox-essentials.sh index 673a781..34b12f6 100755 --- a/proxmox/download-proxmox-essentials.sh +++ b/proxmox/download-proxmox-essentials.sh @@ -1,7 +1,7 @@ #!/bin/bash # make scripts directory -mkdir /root/scripts +mkdir /root/scripts > /dev/null 2>&1 # remove older scripts rm /root/proxmox-* > /dev/null 2>&1