summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2016-07-12 17:33:07 +0200
committerThomas Lange <code@nerdmind.de>2016-07-12 17:33:07 +0200
commit4b24f5b563fdbc456c44dfbb55bdf1f4f58f5c18 (patch)
tree6b921ab0adf6f73f40ea10e03269082863fb0019
parent8cdf277b500f22ab6e0913c7dfaa82db9e16d2a4 (diff)
downloadsnippets-4b24f5b563fdbc456c44dfbb55bdf1f4f58f5c18.tar.gz
snippets-4b24f5b563fdbc456c44dfbb55bdf1f4f58f5c18.tar.xz
snippets-4b24f5b563fdbc456c44dfbb55bdf1f4f58f5c18.zip
Separate email address for code stuff.
-rwxr-xr-xBash/ansi-color-output.sh2
-rwxr-xr-xBash/iptables-whiteblacklisting.sh2
-rwxr-xr-xBash/mysql-database-backup.sh2
-rwxr-xr-xBash/virtualhosts-backup.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/Bash/ansi-color-output.sh b/Bash/ansi-color-output.sh
index 40fe291..b1ea5f0 100755
--- a/Bash/ansi-color-output.sh
+++ b/Bash/ansi-color-output.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# ANSI color output [Thomas Lange <tl@nerdmind.de>] #
+# ANSI color output [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# This function uses ANSI escape sequences to output colored strings. See here #
diff --git a/Bash/iptables-whiteblacklisting.sh b/Bash/iptables-whiteblacklisting.sh
index 769eaf5..fc58f60 100755
--- a/Bash/iptables-whiteblacklisting.sh
+++ b/Bash/iptables-whiteblacklisting.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# IPTables port whitelisting-/blacklisting [Thomas Lange <tl@nerdmind.de>] #
+# IPTables port whitelisting-/blacklisting Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# This script configures your firewall with whitelisting or blacklisting rules #
diff --git a/Bash/mysql-database-backup.sh b/Bash/mysql-database-backup.sh
index 610838a..39b0a3d 100755
--- a/Bash/mysql-database-backup.sh
+++ b/Bash/mysql-database-backup.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# MySQL database backup script [Thomas Lange <tl@nerdmind.de>] #
+# MySQL database backup script [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# This database backup script goes through each database (except the excluded #
diff --git a/Bash/virtualhosts-backup.sh b/Bash/virtualhosts-backup.sh
index 0c6fce2..140039e 100755
--- a/Bash/virtualhosts-backup.sh
+++ b/Bash/virtualhosts-backup.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Virtualhost backup script [Thomas Lange <tl@nerdmind.de>] #
+# Virtualhost backup script [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# This script goes through the first level in the virtual host root directory #