Compare commits
No commits in common. "f02ecf1600f0b170be5420f38c2a3ec6bee72815" and "3840e5be904e3372f4191b093cc377811b827164" have entirely different histories.
f02ecf1600
...
3840e5be90
@ -1,7 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
run_directory=$(dirname "$0")
|
||||
user=$(whoami)
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
user=$(whoami)
|
||||
else
|
||||
user=$1
|
||||
fi
|
||||
|
||||
if [[ $user != 'root' ]]; then
|
||||
echo "Copying rcs to home directory..."
|
||||
|
Loading…
Reference in New Issue
Block a user