From: Bastian Dehn Date: Sat, 24 May 2025 16:47:24 +0000 (+0200) Subject: remove license print X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=e186177e0122fecae28268c911c0f27134d55127;p=simple-backup.git remove license print --- diff --git a/backup b/backup index 9f55b57..5afa0db 100755 --- a/backup +++ b/backup @@ -248,11 +248,6 @@ main() || errlog "file config.yaml not found" \ || return $? - head -2 license - echo - - mode="incremental" - backup_path=$(cat config.yaml | yq -r '.backup_path') backup_name=$(cat config.yaml | yq -r '.backup_name') backup_count=$(cat config.yaml | yq -r '.backup_count') diff --git a/restore b/restore index 06afe12..ddf3c7d 100755 --- a/restore +++ b/restore @@ -113,9 +113,6 @@ main() echo "⭐ START: restore" - head -2 license - echo - while getopts "d:n:r:p:h" optname; do case "$optname" in "d")