kstrano 0.0.26 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|