File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "id" : " photon" ,
33 "name" : " Photon" ,
4- "version" : " 1.2.0 " ,
4+ "version" : " 1.2.1 " ,
55 "options" : {
66 "enabled" : {
77 "type" : " boolean" ,
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ if [ "${ENABLED}" = 'true' ]; then
106106 fi
107107
108108 install -d -D -m 0755 -o " ${_REMOTE_USER} " -g " ${_REMOTE_USER} " /usr/share/webapps/photon
109- svn co https://code.svn.wordpress.org/photon/ /usr/share/webapps/photon
109+ svn co https://code.svn.wordpress.org/photon/ /usr/share/webapps/photon -r645
110110 rm -rf /usr/share/webapps/photon/.svn /usr/share/webapps/photon/tests
111111 chown -R " ${_REMOTE_USER} :${_REMOTE_USER} " /usr/share/webapps/photon
112112 ln -s /etc/photon/config.php /usr/share/webapps/photon/config.php
You can’t perform that action at this time.
0 commit comments