Skip to content
Snippets Groups Projects
Commit ea85d027 authored by Rafael De Lima Prado's avatar Rafael De Lima Prado
Browse files

database: Add '&>> dev/null'

parent d93482b4
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,6 @@ ...@@ -19,6 +19,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
# USA. # USA.
COMMAND="psql -d $DB_NAME -c 'SELECT load_dw();'" COMMAND="psql -d $DB_NAME -c 'SELECT load_dw();' &> /dev/null"
echo "59 23 * * * $COMMAND" | crontab - echo "59 23 * * * $COMMAND" | crontab -
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment