add some empty lines

This commit is contained in:
Alexander Grothe
2017-07-28 15:07:32 +02:00
parent 373f44e6aa
commit 0f9caa6605
16 changed files with 36 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
if (( $EUID != 0 )); then
echo "This script must be run using sudo or as root"
exit