From 1fc26b019b94da000a524690590d3c8ffda9e279 Mon Sep 17 00:00:00 2001 From: bokkoman Date: Tue, 9 Nov 2021 16:05:59 +0100 Subject: [PATCH 1/2] Update pullio info Put in a test command for pullio. --- docs/Hardlinks/How-to-setup-for/Synology.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index 46886a182..98dcea9bf 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -271,6 +271,10 @@ At `Task Settings` tab, add the following line in the Run Command section: /usr/local/bin/pullio > /volume1/docker/appdata/pullio/pullio.log 2>&1 ``` +To test if Pullio works, run this command in your terminal: `sudo pullio --debug`. + +You should see that it will download and recreate all the containers and also get notifications (if you have this enabled). + More info about Pullio [HERE](https://hotio.dev/pullio/){:target="_blank" rel="noopener noreferrer"} ------ From d00d94997e1378f4e5c252b0cb621fa3d9fce3b7 Mon Sep 17 00:00:00 2001 From: bokkoman Date: Tue, 9 Nov 2021 16:58:58 +0100 Subject: [PATCH 2/2] pullio text updating the text according to hotio site --- docs/Hardlinks/How-to-setup-for/Synology.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index 98dcea9bf..9ce0e0595 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -271,9 +271,7 @@ At `Task Settings` tab, add the following line in the Run Command section: /usr/local/bin/pullio > /volume1/docker/appdata/pullio/pullio.log 2>&1 ``` -To test if Pullio works, run this command in your terminal: `sudo pullio --debug`. - -You should see that it will download and recreate all the containers and also get notifications (if you have this enabled). +It can be frustrating to test the script if no docker image updates are available, for that you can run command `sudo pullio --debug` and the script will behave as if an update is available. If you have set to receive notifications, you should receive them. More info about Pullio [HERE](https://hotio.dev/pullio/){:target="_blank" rel="noopener noreferrer"}