From af13bde5f4d2b5b96ed35653587ce8e0996fffc2 Mon Sep 17 00:00:00 2001 From: Mike Skaggs Date: Wed, 1 May 2019 04:40:01 -0400 Subject: [PATCH] Updated shell script URL Updated the URL for the automatic update script to point to a git repository instead of pastebin. This should alleviate issues with DOS-style line breaks when users don't run the downloaded file through dos2unix and end up with "invalid option" errors when trying to run the script. --- docs/update.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/update.rst b/docs/update.rst index 9f2089327859..8e41c342da58 100644 --- a/docs/update.rst +++ b/docs/update.rst @@ -9,7 +9,7 @@ https://download.invoiceninja.com If you have trouble updating you can manually load /update to check for errors. -.. TIP:: We recommend using this `shell script `_ to automate the update process, run it as a daily cron to automatically keep your app up to date. +.. TIP:: We recommend using this `shell script `_ to automate the update process, run it as a daily cron to automatically keep your app up to date. If you're moving servers make sure to copy over the .env file and the custom company logo(s) located in the public/logo directory. For attachments make sure you do not forget to copy the storage/documents directory.