some tweaks

This commit is contained in:
John Bintz 2012-05-07 21:27:53 -04:00
parent df6bdfc9e2
commit 291e371a6b
2 changed files with 2 additions and 1 deletions

View File

@ -27,4 +27,5 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'cucumber'
s.add_runtime_dependency 'guard'
s.add_runtime_dependency 'guard-cucumber'
s.add_runtime_dependency 'linode'
end

View File

@ -1,6 +1,6 @@
#!/bin/bash
if [ ! $UID -eq 0 ]; then
if [ $UID -ne 0 ]; then
sudo $0
exit
fi