diff --git a/features/src/photon/devcontainer-feature.json b/features/src/photon/devcontainer-feature.json index f8c778c5..19e20a0b 100644 --- a/features/src/photon/devcontainer-feature.json +++ b/features/src/photon/devcontainer-feature.json @@ -1,7 +1,7 @@ { "id": "photon", "name": "Photon", - "version": "1.2.0", + "version": "1.2.1", "options": { "enabled": { "type": "boolean", diff --git a/features/src/photon/install.sh b/features/src/photon/install.sh index acc7dee7..b5088a9c 100755 --- a/features/src/photon/install.sh +++ b/features/src/photon/install.sh @@ -106,7 +106,7 @@ if [ "${ENABLED}" = 'true' ]; then fi install -d -D -m 0755 -o "${_REMOTE_USER}" -g "${_REMOTE_USER}" /usr/share/webapps/photon - 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 rm -rf /usr/share/webapps/photon/.svn /usr/share/webapps/photon/tests chown -R "${_REMOTE_USER}:${_REMOTE_USER}" /usr/share/webapps/photon ln -s /etc/photon/config.php /usr/share/webapps/photon/config.php