diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-11-11 01:25:10 -0500 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-11-11 01:25:10 -0500 |
commit | 58208a126858d14e4d4bf4707e298919d234bc22 (patch) | |
tree | e3117bfb29af80a4065c1d5856fdd25ddf9b8177 /uninstall.sh | |
parent | add doc string for elevate_privlages (diff) | |
download | crab-58208a126858d14e4d4bf4707e298919d234bc22.tar.gz crab-58208a126858d14e4d4bf4707e298919d234bc22.tar.bz2 crab-58208a126858d14e4d4bf4707e298919d234bc22.zip |
update config format
Diffstat (limited to '')
-rwxr-xr-x | uninstall.sh | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/uninstall.sh b/uninstall.sh index f6cba7f..cf7ade8 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -6,11 +6,6 @@ if [[ $(/usr/bin/id -u) -ne 0 ]]; then fi # Delete crab files +rm /etc/pam.d/crab rm /usr/bin/crab -chown root:root /bin/crab -chmod 6755 /bin/crab - -# Set up config files -cp pam /etc/pam.d/crab -cp -n conf /etc/crab.conf -chmod 660 /etc/crab.conf +rm -fr /usr/share/crab |