Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 5293183

Browse files
committed
Updated systemd services file with the next release tag.
1 parent f4ed547 commit 5293183

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apache-php.app-1.1.1@8080.service

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ ExecStartPre=/bin/sudo /bin/bash -c \
4747
# Initialisation: Pull or build image if required
4848
ExecStartPre=/bin/sudo /bin/bash -c \
4949
"if [ ! \"jdeathe/centos-ssh-apache-php-fcgi\" == \"$(/usr/bin/docker images | /bin/grep -e '^jdeathe/centos-ssh-apache-php-fcgi[ ]\{1,\}' | /bin/grep -o 'jdeathe/centos-ssh-apache-php-fcgi')\" ]; then \
50-
if [ -f /var/services-packages/jdeathe/centos-ssh-apache-php-fcgi.centos-6-1.2.0.tar.xz ]; then \
51-
/usr/bin/xz -dc /var/services-packages/jdeathe/centos-ssh-apache-php-fcgi.centos-6-1.2.0.tar.xz | /usr/bin/docker load; \
50+
if [ -f /var/services-packages/jdeathe/centos-ssh-apache-php-fcgi.centos-6-1.2.1.tar.xz ]; then \
51+
/usr/bin/xz -dc /var/services-packages/jdeathe/centos-ssh-apache-php-fcgi.centos-6-1.2.1.tar.xz | /usr/bin/docker load; \
5252
else \
53-
/usr/bin/docker pull jdeathe/centos-ssh-apache-php-fcgi:centos-6-1.2.0; \
53+
/usr/bin/docker pull jdeathe/centos-ssh-apache-php-fcgi:centos-6-1.2.1; \
5454
fi; \
5555
fi"
5656

@@ -75,7 +75,7 @@ ExecStart=/bin/sudo /bin/bash -c \
7575
--env DATE_TIMEZONE=UTC \
7676
--volumes-from volume-config.%p \
7777
-v /var/services-data/apache-php/app-1:/var/www/app \
78-
jdeathe/centos-ssh-apache-php-fcgi:centos-6-1.2.0"
78+
jdeathe/centos-ssh-apache-php-fcgi:centos-6-1.2.1"
7979

8080
ExecStartPost=/usr/bin/etcdctl set /services/apache-php/app-1/1.1 %H:%i
8181

0 commit comments

Comments
 (0)