From 13793d770d006bfd9c06687dffe86a1be7ec6b58 Mon Sep 17 00:00:00 2001 From: janic Date: Mon, 4 Jul 2022 23:41:07 +0200 Subject: [PATCH] Minor changes --- tubs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tubs.sh b/tubs.sh index 1bc8937..ebdc215 100755 --- a/tubs.sh +++ b/tubs.sh @@ -2,7 +2,7 @@ #============================================================================ #title : TUBS #description : The Ultimate Backup Script (Linux) Version 3 -#author : Janic Voser Xelon +#author : Janic Voser #date : 2022-04-08 #updated : 2022-07-04 #version : 3.0 @@ -13,8 +13,8 @@ # Config ## Configfile -#CONFIG_FILE=/etc/tubs/config # Any Config File -CONFIG_FILE="$PWD/tubs.config" +CONFIG_FILE="/etc/tubs/tubs.config" # Any Config File +#CONFIG_FILE="$PWD/tubs.config" # Functions ## Colorful Information