added null pointer
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# make scripts directory
|
# make scripts directory
|
||||||
mkdir /root/scripts
|
mkdir /root/scripts > /dev/null 2>&1
|
||||||
|
|
||||||
# remove older scripts
|
# remove older scripts
|
||||||
rm /root/proxmox-* > /dev/null 2>&1
|
rm /root/proxmox-* > /dev/null 2>&1
|
||||||
|
|||||||
Reference in New Issue
Block a user