Compare commits

..

2 Commits

View File

@ -1,12 +1,7 @@
#!/bin/bash #!/bin/bash
run_directory=$(dirname "$0") run_directory=$(dirname "$0")
user=$(whoami)
if [ -z "$1" ]; then
user=$(whoami)
else
user=$1
fi
if [[ $user != 'root' ]]; then if [[ $user != 'root' ]]; then
echo "Copying rcs to home directory..." echo "Copying rcs to home directory..."