From 15bc2e16e42c47208f84f95c2c38f6c779a73dab Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 14 Mar 2024 20:19:32 -0500 Subject: [PATCH] added null pointer --- proxmox/download-proxmox-essentials.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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