Skip to content

Commit

Permalink
Update config.sh
Browse files Browse the repository at this point in the history
funkctions update
  • Loading branch information
cbxcube authored Mar 7, 2020
1 parent c65a713 commit 5a7753a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


# Get scripts PID:
runpid="echo $$"
runpid=$(echo $$)

# Variables:
path=/sbin:/bin:/usr/sbin:/usr/bin
Expand Down Expand Up @@ -43,6 +43,8 @@ mklockf() {
fi
}

# Generate main runtime lock:
mklockf 0

# Prerequisites check:
test -f $destin || echo "" && echo "ERROR: Prerequisites check failure - Destination path not created. Exiting..." && exit 0
Expand All @@ -54,9 +56,7 @@ if [ -r $respf ]; then
. $respf
fi

# RCS variables:


# RCS variables for log management
# Load the VERBOSE setting and other rcS variables
. /lib/init/vars.sh

Expand Down

0 comments on commit 5a7753a

Please sign in to comment.