[PATCH v2] Path was wrong + newline >:c
Export this patch
Signed-off-by: Luc-Saccoccio <lucsaccoccio@disroot.org>
---
polybase | 2 +-
polybase_add_course | 2 +-
polybase_add_user | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/polybase b/polybase
index ebd06c8..d2e1d47 100755
--- a/polybase
+++ b/polybase
@@ -1,5 +1,5 @@
-
#!/bin/sh
+
MAINTAINER_EMAIL="Allen Sobot <chilledfrogs@disroot.org>"
DB=${DB=/polybase.db}
HEADER="# ALIAS Polybase"
diff --git a/polybase_add_course b/polybase_add_course
index bd4397d..66a24f2 100755
--- a/polybase_add_course
+++ b/polybase_add_course
@@ -1,6 +1,6 @@
#!/bin/sh
-DB=./polybase.db
+DB=${DB=/polybase.db}
die() {
echo "$*" >&2
diff --git a/polybase_add_user b/polybase_add_user
index bcdedfa..308d787 100755
--- a/polybase_add_user
+++ b/polybase_add_user
@@ -1,6 +1,6 @@
#!/bin/sh
-DB=./polybase.db
+DB=${DB=/polybase.db}
die() {
echo "$*" >&2
--
2.38.1