Skip to content

Commit

Permalink
scripts: imp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed May 17, 2021
1 parent 6477701 commit acbb586
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ check_out_dir() {

if ! [ -d "$out_dir" ]
then
error_exit "$out_dir is not a directory"
log "$out_dir directory will be created"
fi
}

Expand Down Expand Up @@ -278,11 +278,6 @@ fix_bsd() {
return 0
fi

if ! [ -d "$out_dir" ]
then
mkdir "$out_dir"
fi

readonly rcd='/usr/local/etc/rc.d'
if ! [ -d "$rcd" ]
then
Expand Down

0 comments on commit acbb586

Please sign in to comment.