Skip to content

Commit

Permalink
Update chkinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
InfoSecREDD authored Dec 10, 2023
1 parent 3bf70ef commit ca586b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chkinstall
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
if [ "$DIR" != "/root/netup" ]; then
if [ "$DIR" != "/usr/local/bin/netup" ]; then
echo -e "NET-UP is not installed into the correct directory."
echo -e "Running install script."
/bin/bash "$DIR/install.sh"
Expand Down

0 comments on commit ca586b5

Please sign in to comment.