From 5584b66f469128f4306f49fecb1907b53dc7b0a6 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Fri, 20 Apr 2018 15:17:59 +0200 Subject: [PATCH] Update optimizations.sh --- optimizations.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/optimizations.sh b/optimizations.sh index 5d1f073..f4c6f08 100644 --- a/optimizations.sh +++ b/optimizations.sh @@ -1,8 +1,11 @@ +####################################################### # Carsten Rieger IT-Services # OPTIMIZATIONS.SH # Version 1.1 -# added funtions to make code cleaner, thx @techandme.se # April 19th, 2018 +# version 1.1: added functions +# Version 1.0: initial script +####################################################### #!/bin/bash function update_and_clean() { apt update @@ -115,4 +118,4 @@ quit EOF restart_all_services nextcloud_scan_data -exit 0 \ No newline at end of file +exit 0