From 43de9af71f7f4ca5731b94a06d688ae8412ba427 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Fri, 6 Jul 2018 11:14:41 +0200 Subject: 2018/Feb/28 -i állapot hozzáadva, mint a módosítások kiindulási állapota --- mayor-orig/update/pre003079-0.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mayor-orig/update/pre003079-0.sh (limited to 'mayor-orig/update/pre003079-0.sh') diff --git a/mayor-orig/update/pre003079-0.sh b/mayor-orig/update/pre003079-0.sh new file mode 100644 index 00000000..f2a48bde --- /dev/null +++ b/mayor-orig/update/pre003079-0.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +FILE="$BASEDIR/www/skin/classic/base/css/head.css" + +echo " Felesleges állományok törlése:" + echo -n " $BASEDIR/$FILE ... " + if [ -e "$BASEDIR/$FILE" ]; then + rm -f "$BASEDIR/$FILE" + echo "törölve." + else + echo "nincs." + fi +echo " Kész." \ No newline at end of file -- cgit v1.2.3