From f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Fri, 8 Mar 2019 21:20:34 +0100 Subject: további rendrakás --- mayor-orig/mayor-base/update/pre003079-0.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mayor-orig/mayor-base/update/pre003079-0.sh (limited to 'mayor-orig/mayor-base/update/pre003079-0.sh') diff --git a/mayor-orig/mayor-base/update/pre003079-0.sh b/mayor-orig/mayor-base/update/pre003079-0.sh new file mode 100644 index 00000000..f2a48bde --- /dev/null +++ b/mayor-orig/mayor-base/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