summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoumenganguly2015-04-21 12:21:00 +0530
committersoumenganguly2015-04-21 12:21:00 +0530
commitffe6970613256d7b7384b45e20318fe92b23e9a3 (patch)
tree2cf0df97085e001221f35f7fb7493ac9628c4fd6
parent57aa6a22ac90ddb08e7431de70e1b8ed02c35915 (diff)
parentf5f467f806fe59fe5ab561eeb58a56b043916e43 (diff)
downloadFOSSEE-netbook-patcher-ffe6970613256d7b7384b45e20318fe92b23e9a3.tar.gz
FOSSEE-netbook-patcher-ffe6970613256d7b7384b45e20318fe92b23e9a3.tar.bz2
FOSSEE-netbook-patcher-ffe6970613256d7b7384b45e20318fe92b23e9a3.zip
Merge branch 'master' of github.com:FOSSEE/FOSSEE-netbook-tools
-rw-r--r--README.rst2
-rwxr-xr-xupdate-tool/cronjob-for-check-updates.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 01bec66..01dff24 100644
--- a/README.rst
+++ b/README.rst
@@ -5,7 +5,7 @@ What it contains
----------------
Custom applications for FOSSEE-OS.
-[http://netbook.fossee.in]
+[http://laptop.fossee.in]
These tools are essentially simple bash scripts using zenity/dialog/easybashgui/notify-send
for UI interactions.
diff --git a/update-tool/cronjob-for-check-updates.sh b/update-tool/cronjob-for-check-updates.sh
index 53d5e85..eaf2c3a 100755
--- a/update-tool/cronjob-for-check-updates.sh
+++ b/update-tool/cronjob-for-check-updates.sh
@@ -15,7 +15,7 @@ return_text=$(git fetch --tags --dry-run 2>&1)
# Check for return code, it will be 0 if internet is available
[ $? -eq 0 ] && [ $(echo $return_text|wc -l) -ge 1 ] && \
-sudo -u $user /usr/bin/notify-send -i "path/to//opt/FOSSEE-netbook-tools/update-tool/patcher.png" \
+sudo -u $user /usr/bin/notify-send -i "/opt/FOSSEE-netbook-tools/update-tool/patcher.png" \
"FOSSEE Updates available" \
"menu -> FOSSEE-Tools -> FOSSEE-updates"