diff options
-rwxr-xr-x | platforms/debian/stdeb/git-auto-deploy.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/debian/stdeb/git-auto-deploy.postinst b/platforms/debian/stdeb/git-auto-deploy.postinst index f09e23f..b84d5fc 100755 --- a/platforms/debian/stdeb/git-auto-deploy.postinst +++ b/platforms/debian/stdeb/git-auto-deploy.postinst @@ -6,7 +6,7 @@ GAD_GID="git-auto-deploy" HOME_DIR="/etc/$NAME" DATA_DIR="/var/lib/$NAME" -PID_DIR="/var/run/$NAME +PID_DIR="/var/run/$NAME" PID_FILE="$PID_DIR/$NAME.pid" # Add user and group |