We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a949c36 commit 602823aCopy full SHA for 602823a
2 files changed
features/src/photon/devcontainer-feature.json
@@ -1,7 +1,7 @@
1
{
2
"id": "photon",
3
"name": "Photon",
4
- "version": "1.2.0",
+ "version": "1.2.1",
5
"options": {
6
"enabled": {
7
"type": "boolean",
features/src/photon/install.sh
@@ -106,7 +106,7 @@ if [ "${ENABLED}" = 'true' ]; then
106
fi
107
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
+ svn co https://code.svn.wordpress.org/photon/ /usr/share/webapps/photon -r645
110
rm -rf /usr/share/webapps/photon/.svn /usr/share/webapps/photon/tests
111
chown -R "${_REMOTE_USER}:${_REMOTE_USER}" /usr/share/webapps/photon
112
ln -s /etc/photon/config.php /usr/share/webapps/photon/config.php
0 commit comments