added null pointer

This commit is contained in:
2024-03-14 20:19:32 -05:00
parent 69fce7924c
commit 15bc2e16e4

View File

@@ -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