Remove unusual space from shebang line (#2834)

This commit is contained in:
Casper 2022-10-17 10:40:09 +02:00 committed by GitHub
parent 284c44faa9
commit a930aeb18a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
64 changed files with 67 additions and 67 deletions

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# Matches relative path to this scripts parent directory,
# Must be defined above any function that would source relative to it:

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# Manage DB writes for: DATABASE_QUOTA

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# Manage DB writes for:
# - DATABASE_ACCOUNTS

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# Manage DB writes for: DATABASE_VIRTUAL