From 5291084c8c57436c84018c06cbc7fdefc8a723c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Tue, 10 Dec 2019 12:15:44 +0100 Subject: [PATCH] Download and chmod instructions for tutorial backup script --- docs/source/tutorial/tutorial01.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/tutorial/tutorial01.rst b/docs/source/tutorial/tutorial01.rst index 635dafc..1900b80 100644 --- a/docs/source/tutorial/tutorial01.rst +++ b/docs/source/tutorial/tutorial01.rst @@ -13,9 +13,10 @@ Backup that Database! I've already prepared a script to do the task. Before executing it in production download it and test it in your own machine. - .. todo:: + .. code-block:: console - - Link backup script from Github. + $ curl --output backup_db.sh 'https://raw.githubusercontent.com/BBVA/kapow/master/docs/source/tutorial/materials/backup_db.sh' + $ chmod u+x backup_db.sh **Junior**