Changes between Version 31 and Version 32 of PuffinServer
- Timestamp:
- 04/08/13 09:06:04 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PuffinServer
v31 v32 28 28 29 29 {{{ 30 sudo -i 31 cd 30 32 wget -q -U iCab http://files.aegir.cc/BOA.sh.txt 31 33 bash BOA.sh.txt 32 34 barracuda up-stable 33 35 octopus up-stable all 36 }}} 37 38 Then the root cronjob running {{{/var/xdrago/clear.sh}}} at 11 mins past the hour needs commenting out due to the 502 errors it causes, see ticket:483: 39 40 {{{ 41 sudo -i 42 export EDITOR=vim 43 crontab -e 34 44 }}} 35 45