We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd5194 commit 38d4e02Copy full SHA for 38d4e02
nginx-watch.sh
@@ -10,7 +10,7 @@
10
# USAGE: sh nginx-watch.sh
11
12
# Set NGINX directory
13
-dir='/etc/nginx'
+dir=`dirname $0`
14
15
# Get initial checksum values
16
checksum_initial=`tar -cf - $dir | md5sum | awk '{print $1}'`
0 commit comments