Removed PIDfile nonsense, if you need a pid file, figure it out yourself

This commit is contained in:
Elia Farin
2024-08-09 13:41:25 -05:00
parent e4b7e86b03
commit 93a95bc70f
4 changed files with 23 additions and 26 deletions

View File

@@ -5,7 +5,7 @@
# Modified: 8/9/24
# License: AGPL-3.0-or-later
#
# Copyright (C) 2024 Elia Farin
# Copyright (C) 2024 Elia Farin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@@ -19,7 +19,8 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
#
if [ -z "${1}" ]; then
echo "Usage: ${0} <filename>"
exit 1