Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
Tavi 2024-07-27 18:31:21 -04:00
parent c45060675e
commit 9f5886d80b
No known key found for this signature in database
GPG key ID: E599F62ECBAEAF2E
44 changed files with 44 additions and 44 deletions

View file

@ -13,7 +13,7 @@
#GNU Affero General Public License for more details.
#
#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/>.
#along with this program. If not, see <https://www.gnu.org/licenses/>.
umask 0022;
#Last verified: 2021-10-16

View file

@ -13,7 +13,7 @@
#GNU Affero General Public License for more details.
#
#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/>.
#along with this program. If not, see <https://www.gnu.org/licenses/>.
umask 0022;
set -euo pipefail;
source "$DOS_SCRIPTS_COMMON/Shell.sh";

View file

@ -13,7 +13,7 @@
#GNU Affero General Public License for more details.
#
#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/>.
#along with this program. If not, see <https://www.gnu.org/licenses/>.
umask 0022;
set -euo pipefail;
source "$DOS_SCRIPTS_COMMON/Shell.sh";