summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2022-11-11 16:29:57 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2022-11-11 16:29:57 -0500
commit34e676eaad04683a8ed927c4c84d000e870c6907 (patch)
tree5d081a035500d92d50b80d941a87d477166f94bc
parent0.0.6 (diff)
downloadcrab-34e676eaad04683a8ed927c4c84d000e870c6907.tar.gz
crab-34e676eaad04683a8ed927c4c84d000e870c6907.tar.bz2
crab-34e676eaad04683a8ed927c4c84d000e870c6907.zip
fix install file
-rwxr-xr-xdeployments/source/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployments/source/install.sh b/deployments/source/install.sh
index 5b95a83..a3c4e4e 100755
--- a/deployments/source/install.sh
+++ b/deployments/source/install.sh
@@ -7,8 +7,8 @@ fi
# Copy executable to bin
cp ./target/release/crab /usr/bin/crab
-chown root:root /bin/crab
-chmod 4755 /bin/crab
+chown root:root /usr/bin/crab
+chmod 4755 /usr/bin/crab
# Set up config files
cp pam /etc/pam.d/crab