kstrano 0.0.26 → 0.0.27
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/kstrano.rb +1 -1
- metadata +1 -1
data/lib/kstrano.rb
CHANGED
@@ -45,7 +45,7 @@ namespace :kuma do
|
|
45
45
|
desc "Clear the APC cache"
|
46
46
|
task :apcclear do
|
47
47
|
serverproject = domain.split('.')[0]
|
48
|
-
sudo "sh -c 'curl https://raw.github.com/gist/
|
48
|
+
sudo "sh -c 'curl https://raw.github.com/gist/3987685/ > /home/projects/#{serverproject}/site/apcclear.php'"
|
49
49
|
sudo "chmod 777 /home/projects/#{serverproject}/site/apcclear.php"
|
50
50
|
sudo "curl http://#{domain}/apcclear.php"
|
51
51
|
end
|