X-Git-Url: https://git.llucax.com/z.facultad/75.08/llamadas.git/blobdiff_plain/6e50a4c86b311d2ad567c33769bd9053796a9e6f..8924bf6b7d40b1b543706926d806e4104db61393:/inst/afimonio?ds=inline diff --git a/inst/afimonio b/inst/afimonio index 90ea831..2c24917 100644 --- a/inst/afimonio +++ b/inst/afimonio @@ -77,11 +77,11 @@ while true; do files=1 checkfilename $file if [ "$?" -eq 0 ]; then - mv $SOURCEDIR$file $ACEPTDIR + mv "$SOURCEDIR$file" "$ACEPTDIR" fecha=$(date +%d/%m/%Y-%H:%M) echo "$fecha $USER afimonio:\"Se detecta archivo de llamadas $file\"" >> $LOGFILE else - mv $SOURCEDIR$file $REJECTDIR + mv "$SOURCEDIR$file" "$REJECTDIR" fecha=$(date +%d/%m/%Y-%H:%M) echo "$fecha $USER afimonio:\"Se rechaza el archivo $file\"" >> $LOGFILE fi