readded udpated scripts directory
This commit is contained in:
parent
cd053a412a
commit
f3117c81d9
84 changed files with 3210 additions and 0 deletions
8
scripts/permissions.sh
Executable file
8
scripts/permissions.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ "$(id -u)" -ne 0 ]]; then
|
||||
echo "[ERROR] You must run this script as root!"
|
||||
exit 0
|
||||
else
|
||||
echo "You are root!"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue