Skip to content

Commit

Permalink
Revert "oops, committed borked scripts, fixing them now"
Browse files Browse the repository at this point in the history
This reverts commit 8954394.
  • Loading branch information
rentzsch committed Aug 28, 2009
1 parent 5c8b57b commit 72c74ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -9,7 +9,7 @@ GROUPS=`id -Gn $USER`

rm -rf /tmp/ClickToFlash.webplugin

if [ -d /tmp/ClickToFlash.webplugin ]; then
if [ -d "/tmp/ClickToFlash.webplugin"]; then
echo "we don't have privs to delete the existing temporary file, so we need admin privs to do so."
exit 1
fi
Expand Down
Expand Up @@ -9,7 +9,7 @@ GROUPS=`id -Gn $USER`

rm -rf /tmp/ClickToFlash.webplugin

if [ -d /tmp/ClickToFlash.webplugin ]; then
if [ -d "/tmp/ClickToFlash.webplugin"]; then
echo "we don't have privs to delete the existing temporary file, so we will need admin privs to do so."
exit 0
fi
Expand Down

0 comments on commit 72c74ab

Please sign in to comment.