diff options
Diffstat (limited to 'installer/pkg-generator/DEBIAN/postinst')
-rwxr-xr-x | installer/pkg-generator/DEBIAN/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/pkg-generator/DEBIAN/postinst b/installer/pkg-generator/DEBIAN/postinst index 8450d8ce..0c5723df 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 } |