added null pointer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user