aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/css/pool-categories-view.styl1
-rw-r--r--client/css/tag-categories-view.styl1
-rwxr-xr-xclient/docker-start.sh2
-rwxr-xr-xclient/hooks/post_push2
-rw-r--r--doc/example.env1
-rw-r--r--server/.dockerignore2
-rwxr-xr-xserver/docker-start.sh2
-rwxr-xr-xserver/hooks/post_push2
8 files changed, 5 insertions, 8 deletions
diff --git a/client/css/pool-categories-view.styl b/client/css/pool-categories-view.styl
index 3e87635..0a51c9a 100644
--- a/client/css/pool-categories-view.styl
+++ b/client/css/pool-categories-view.styl
@@ -27,4 +27,3 @@
display: none
form
width: auto
-
diff --git a/client/css/tag-categories-view.styl b/client/css/tag-categories-view.styl
index b8a9180..55aee75 100644
--- a/client/css/tag-categories-view.styl
+++ b/client/css/tag-categories-view.styl
@@ -27,4 +27,3 @@
display: none
form
width: auto
-
diff --git a/client/docker-start.sh b/client/docker-start.sh
index 9b1ba0e..ff72da2 100755
--- a/client/docker-start.sh
+++ b/client/docker-start.sh
@@ -8,4 +8,4 @@ sed -i "s|__BASEURL__|${BASE_URL:-/}|g" \
/var/www/manifest.json
# Start server
-exec nginx \ No newline at end of file
+exec nginx
diff --git a/client/hooks/post_push b/client/hooks/post_push
index 74c19dd..81fc86c 100755
--- a/client/hooks/post_push
+++ b/client/hooks/post_push
@@ -16,4 +16,4 @@ add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}-edge"
if git describe --exact-match --abbrev=0 2> /dev/null; then
add_tag "${CLOSEST_MAJOR_VER}"
add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}"
-fi \ No newline at end of file
+fi
diff --git a/doc/example.env b/doc/example.env
index b73377c..59e1e85 100644
--- a/doc/example.env
+++ b/doc/example.env
@@ -19,4 +19,3 @@ MOUNT_DATA=/var/local/szurubooru/data
# Directory to store database files
MOUNT_SQL=/var/local/szurubooru/sql
-
diff --git a/server/.dockerignore b/server/.dockerignore
index 8c1667b..0b6e9fc 100644
--- a/server/.dockerignore
+++ b/server/.dockerignore
@@ -11,4 +11,4 @@ Dockerfile
hooks/
# User configured config file
-config.yaml \ No newline at end of file
+config.yaml
diff --git a/server/docker-start.sh b/server/docker-start.sh
index 9fc2e34..34a0e49 100755
--- a/server/docker-start.sh
+++ b/server/docker-start.sh
@@ -5,4 +5,4 @@ cd /opt/app
alembic upgrade head
echo "Starting szurubooru API on port ${PORT}"
-exec waitress-serve-3 --port ${PORT} szurubooru.facade:app \ No newline at end of file
+exec waitress-serve-3 --port ${PORT} szurubooru.facade:app
diff --git a/server/hooks/post_push b/server/hooks/post_push
index 74c19dd..81fc86c 100755
--- a/server/hooks/post_push
+++ b/server/hooks/post_push
@@ -16,4 +16,4 @@ add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}-edge"
if git describe --exact-match --abbrev=0 2> /dev/null; then
add_tag "${CLOSEST_MAJOR_VER}"
add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}"
-fi \ No newline at end of file
+fi

© 2015 - 2026 Jakob L. Kreuze