diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-11-11 16:29:57 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-11-11 16:29:57 -0500 |
commit | 34e676eaad04683a8ed927c4c84d000e870c6907 (patch) | |
tree | 5d081a035500d92d50b80d941a87d477166f94bc /deployments/source/install.sh | |
parent | 0.0.6 (diff) | |
download | crab-34e676eaad04683a8ed927c4c84d000e870c6907.tar.gz crab-34e676eaad04683a8ed927c4c84d000e870c6907.tar.bz2 crab-34e676eaad04683a8ed927c4c84d000e870c6907.zip |
fix install file
Diffstat (limited to 'deployments/source/install.sh')
-rwxr-xr-x | deployments/source/install.sh | 4 |
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 |