#36 Remove unnecessary cid files
Merged 2 years ago by glb. Opened 2 years ago by glb.
glb/fedoramagazine-theme remove-cid-files  into  master

file modified
-1
@@ -1,5 +1,4 @@ 

  .vagrant

- /cid-*

  /opt

  /srv

  /mariadb

file modified
-4
@@ -12,8 +12,6 @@ 

  

  set -e

  

- rm -f cid-*

- 

  if ! [[ -e mariadb ]]; then

  	mkdir mariadb

  fi
@@ -50,7 +48,6 @@ 

  podman run \

  	--pod $PODMANNS \

  	--name mariadb \

- 	--cidfile cid-mariadb \

  	--restart on-failure \

  	--env MYSQL_DATABASE="$DATABASE" \

  	--env MYSQL_USER="$USERNAME" \
@@ -62,7 +59,6 @@ 

  podman run \

  	--pod $PODMANNS \

  	--name wordpress \

- 	--cidfile cid-wordpress \

  	--env WORDPRESS_DB_HOST="$PODMANNS" \

  	--env WORDPRESS_DB_NAME="$DATABASE" \

  	--env WORDPRESS_DB_USER="$USERNAME" \

no initial comment

Pull-Request has been merged by glb

2 years ago
Metadata