Skip to content

Commit

Permalink
fix tools/csfcf.sh remove temp backup file
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Mar 23, 2017
1 parent 46126a8 commit f57edb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/csfcf.sh
Expand Up @@ -187,6 +187,7 @@ nginxsetup() {
if [[ "$(diff -u "${CFINCLUDEFILE}.bak" "$CFINCLUDEFILE" >/dev/vull 2>&1; echo $?)" -ne '0' ]]; then
service nginx reload >/dev/null 2>&1
fi
rm -rf "${CFINCLUDEFILE}.bak"
echo "created $CFINCLUDEFILE include file"
}

Expand Down

0 comments on commit f57edb8

Please sign in to comment.