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 1
1
{
2
2
"id" : " photon" ,
3
3
"name" : " Photon" ,
4
- "version" : " 1.2.0 " ,
4
+ "version" : " 1.2.1 " ,
5
5
"options" : {
6
6
"enabled" : {
7
7
"type" : " boolean" ,
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ if [ "${ENABLED}" = 'true' ]; then
106
106
fi
107
107
108
108
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
110
110
rm -rf /usr/share/webapps/photon/.svn /usr/share/webapps/photon/tests
111
111
chown -R " ${_REMOTE_USER} :${_REMOTE_USER} " /usr/share/webapps/photon
112
112
ln -s /etc/photon/config.php /usr/share/webapps/photon/config.php
You can’t perform that action at this time.
0 commit comments