diff options
author | soumenganguly | 2015-04-21 12:21:00 +0530 |
---|---|---|
committer | soumenganguly | 2015-04-21 12:21:00 +0530 |
commit | ffe6970613256d7b7384b45e20318fe92b23e9a3 (patch) | |
tree | 2cf0df97085e001221f35f7fb7493ac9628c4fd6 | |
parent | 57aa6a22ac90ddb08e7431de70e1b8ed02c35915 (diff) | |
parent | f5f467f806fe59fe5ab561eeb58a56b043916e43 (diff) | |
download | FOSSEE-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.rst | 2 | ||||
-rwxr-xr-x | update-tool/cronjob-for-check-updates.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" |