summaryrefslogtreecommitdiffstats
path: root/installer/pkg-generator/DEBIAN/postinst
diff options
context:
space:
mode:
authorFredy <aluque@soleta.eu>2018-05-23 11:28:26 +0200
committerFredy <aluque@soleta.eu>2018-05-23 11:28:26 +0200
commit5dc9fbcd1a44e80fa3a65319b2da2e27dd2dd961 (patch)
tree551467b6a39190c5a3d78072e42a1c1df1c4de9e /installer/pkg-generator/DEBIAN/postinst
parentbe8d5c33fe87491842b10c7dafb364d6ac85f452 (diff)
#837 debugging and adding folders
Diffstat (limited to 'installer/pkg-generator/DEBIAN/postinst')
-rwxr-xr-xinstaller/pkg-generator/DEBIAN/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/pkg-generator/DEBIAN/postinst b/installer/pkg-generator/DEBIAN/postinst
index 9a83c7b4..92189cca 100755
--- a/installer/pkg-generator/DEBIAN/postinst
+++ b/installer/pkg-generator/DEBIAN/postinst
@@ -279,7 +279,7 @@ function getDateTime()
function echoAndLog()
{
local DATETIME=`getDateTime`
- # echo "$1" #no queremos salidas por pantalla
+ echo "$1" #no queremos salidas por pantalla
echo "$DATETIME;$SSH_CLIENT;$1" >> $LOG_FILE
}