Skip to content

Commit 536f042

Browse files
common-files changes
1 parent 85963af commit 536f042

File tree

53 files changed

+58
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+58
-58
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

activemq-22-04/activemq.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
mkdir -p {/usr/local/src/activemq-22-04/etc/systemd/system/,/usr/local/src/activemq-22-04/opt/cloudstack/,/usr/local/src/activemq-22-04/}
44

5-
cd /usr/local/src/activemq-22-04/etc/systemd/system/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/etc/systemd/system/activemq.service
5+
cd /usr/local/src/activemq-22-04/etc/systemd/system/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/etc/systemd/system/activemq.service
66

7-
cd /usr/local/src/activemq-22-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/opt/cloudstack/activemq-cleanup.sh
7+
cd /usr/local/src/activemq-22-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/opt/cloudstack/activemq-cleanup.sh
88

99
cd /usr/local/src/activemq-22-04/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/activemq-22-04/activemq.yaml

django-22-04/django.sh

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
mkdir -p {/usr/local/src/django-22-04/etc/nginx/sites-available/django/,/usr/local/src/django-22-04/var/www/html/,/usr/local/src/django-22-04/etc/gunicorn.d/,/usr/local/src/django-22-04/etc/systemd/system/,/usr/local/src/django-22-04/home/django/django_project/django_project/,/usr/local/src/django-22-04/opt/cloudstack/,/usr/local/src/django-22-04/}
44

5-
cd /usr/local/src/django-22-04/etc/nginx/sites-available/django/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/etc/nginx/sites-available/django/default
5+
cd /usr/local/src/django-22-04/etc/nginx/sites-available/django/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/etc/nginx/sites-available/django/default
66

7-
cd /usr/local/src/django-22-04/var/www/html/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/var/www/html/index.html
7+
cd /usr/local/src/django-22-04/var/www/html/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/var/www/html/index.html
88

9-
cd /usr/local/src/django-22-04/etc/gunicorn.d/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/etc/gunicorn.d/gunicorn.py
9+
cd /usr/local/src/django-22-04/etc/gunicorn.d/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/etc/gunicorn.d/gunicorn.py
1010

11-
cd /usr/local/src/django-22-04/etc/systemd/system/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/etc/systemd/system/gunicorn.service
11+
cd /usr/local/src/django-22-04/etc/systemd/system/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/etc/systemd/system/gunicorn.service
1212

13-
cd /usr/local/src/django-22-04/home/django/django_project/django_project/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/home/django/django_project/django_project/settings.py
13+
cd /usr/local/src/django-22-04/home/django/django_project/django_project/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/home/django/django_project/django_project/settings.py
1414

15-
cd /usr/local/src/django-22-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/opt/cloudstack/djangocleanup.sh
15+
cd /usr/local/src/django-22-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/opt/cloudstack/djangocleanup.sh
1616

1717
cd /usr/local/src/django-22-04/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/django-22-04/django.yaml

docker-22-04/docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
mkdir -p {/usr/local/src/docker-22-04/opt/cloudstack/,/usr/local/src/docker-22-04/}
44

5-
cd /usr/local/src/docker-22-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/opt/cloudstack/cleanup.sh
5+
cd /usr/local/src/docker-22-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/opt/cloudstack/cleanup.sh
66

77
cd /usr/local/src/docker-22-04/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/docker-22-04/docker.yaml

joomla-lamp-20-04/joomla-lamp.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
mkdir -p {/usr/local/src/joomla-lamp-20-04/etc/apache2/sites-available/,/usr/local/src/joomla-lamp-20-04/var/www/html/,/usr/local/src/joomla-lamp-20-04/etc/apache2/conf-enabled/,/usr/local/src/joomla-lamp-20-04/usr/share/phpmyadmin/,/usr/local/src/joomla-lamp-20-04/opt/cloudstack/,/usr/local/src/joomla-lamp-20-04/}
44

5-
cd /usr/local/src/joomla-lamp-20-04/etc/apache2/sites-available/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/etc/apache2/sites-available/001-default.conf
5+
cd /usr/local/src/joomla-lamp-20-04/etc/apache2/sites-available/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/etc/apache2/sites-available/001-default.conf
66

7-
cd /usr/local/src/joomla-lamp-20-04/var/www/html/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/var/www/html/index.html
7+
cd /usr/local/src/joomla-lamp-20-04/var/www/html/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/var/www/html/index.html
88

9-
cd /usr/local/src/joomla-lamp-20-04/etc/apache2/conf-enabled/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/etc/apache2/conf-enabled/phpmyadmin.conf
9+
cd /usr/local/src/joomla-lamp-20-04/etc/apache2/conf-enabled/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/etc/apache2/conf-enabled/phpmyadmin.conf
1010

11-
cd /usr/local/src/joomla-lamp-20-04/usr/share/phpmyadmin/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/usr/share/phpmyadmin/.htaccess
11+
cd /usr/local/src/joomla-lamp-20-04/usr/share/phpmyadmin/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/usr/share/phpmyadmin/.htaccess
1212

13-
cd /usr/local/src/joomla-lamp-20-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/opt/cloudstack/joomla-setup.sh
13+
cd /usr/local/src/joomla-lamp-20-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/opt/cloudstack/joomla-setup.sh
1414

1515
cd /usr/local/src/joomla-lamp-20-04/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/joomla-lamp-20-04/joomla-lamp.yaml

joomla-lomp-20-04/joomla-lomp.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
mkdir -p {/usr/local/src/joomla-lomp-20-04/,/usr/local/src/joomla-lomp-20-04/opt/cloudstack/,/usr/local/src/joomla-lomp-20-04/var/www/html/}
44

5-
cd /usr/local/src/joomla-lomp-20-04/var/www/html/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/var/www/html/index.html
5+
cd /usr/local/src/joomla-lomp-20-04/var/www/html/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/var/www/html/index.html
66

7-
cd /usr/local/src/joomla-lomp-20-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/opt/cloudstack/joomla-lomp.sh
7+
cd /usr/local/src/joomla-lomp-20-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/opt/cloudstack/joomla-lomp.sh
88

99
cd /usr/local/src/joomla-lomp-20-04/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/joomla-lomp-20-04/joomla-lomp.yaml

lamp-20-04/lamp.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
mkdir -p {/usr/local/src/lamp-20-04/etc/apache2/sites-available/,/usr/local/src/lamp-20-04/var/www/html/,/usr/local/src/lamp-20-04/opt/cloudstack/,/usr/local/src/lamp-20-04/}
44

5-
cd /usr/local/src/lamp-20-04/etc/apache2/sites-available/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/etc/apache2/sites-available/000-default.conf
5+
cd /usr/local/src/lamp-20-04/etc/apache2/sites-available/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/etc/apache2/sites-available/000-default.conf
66

7-
cd /usr/local/src/lamp-20-04/var/www/html/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/var/www/html/index.html
7+
cd /usr/local/src/lamp-20-04/var/www/html/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/var/www/html/index.html
88

9-
cd /usr/local/src/lamp-20-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/opt/cloudstack/lamp_cleanup.sh
9+
cd /usr/local/src/lamp-20-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/opt/cloudstack/lamp_cleanup.sh
1010

1111
cd /usr/local/src/lamp-20-04/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/lamp-20-04/lamp.yaml

lemp-20-04/lemp.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
mkdir -p {/usr/local/src/lemp-20-04/etc/nginx/sites-available/,/usr/local/src/lemp-20-04/var/www/html/,/usr/local/src/lemp-20-04/opt/cloudstack/,/usr/local/src/lemp-20-04/}
44

5-
cd /usr/local/src/lemp-20-04/etc/nginx/sites-available/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/etc/nginx/sites-available/Cloudstack
5+
cd /usr/local/src/lemp-20-04/etc/nginx/sites-available/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/etc/nginx/sites-available/Cloudstack
66

7-
cd /usr/local/src/lemp-20-04/var/www/html/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/var/www/html/index.html
7+
cd /usr/local/src/lemp-20-04/var/www/html/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/var/www/html/index.html
88

9-
cd /usr/local/src/lemp-20-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/opt/cloudstack/lamp_cleanup.sh
9+
cd /usr/local/src/lemp-20-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/opt/cloudstack/lamp_cleanup.sh
1010

1111
cd /usr/local/src/lemp-20-04/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/lemp-20-04/lemp.yaml

mariadb-22-04/mariadb.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
mkdir -p {/usr/local/src/mariadb-22-04/opt/cloudstack/,/usr/local/src/mariadb-22-04/}
44

5-
cd /usr/local/src/mariadb-22-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/opt/cloudstack/mariadb-cleanup.sh
5+
cd /usr/local/src/mariadb-22-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/opt/cloudstack/mariadb-cleanup.sh
66

77
cd /usr/local/src/mariadb-22-04/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/mariadb-22-04/mariadb.yaml

mongodb-20-04/mongodb.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
mkdir -p {/usr/local/src/mongodb-20-04/opt/cloudstack/,/usr/local/src/mongodb-20-04/}
44

5-
cd /usr/local/src/mongodb-20-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/opt/cloudstack/cleanup.sh
5+
cd /usr/local/src/mongodb-20-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/opt/cloudstack/cleanup.sh
66

77
cd /usr/local/src/mongodb-20-04/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/mongodb-20-04/mongodb.yaml

mysql-20-04/mysql.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
mkdir -p {/usr/local/src/mysql-20-04/etc/apache2/sites-available/,/usr/local/src/mysql-20-04/var/www/html/,/usr/local/src/mysql-20-04/etc/apache2/conf-enabled/,/usr/local/src/mysql-20-04/usr/share/phpmyadmin/,/usr/local/src/mysql-20-04/opt/cloudstack/,/usr/local/src/mysql-20-04/}
44

5-
cd /usr/local/src/mysql-20-04/etc/apache2/sites-available/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/etc/apache2/sites-available/000-default.conf
5+
cd /usr/local/src/mysql-20-04/etc/apache2/sites-available/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/etc/apache2/sites-available/000-default.conf
66

7-
cd /usr/local/src/mysql-20-04/var/www/html/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/var/www/html/index.html
7+
cd /usr/local/src/mysql-20-04/var/www/html/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/var/www/html/index.html
88

9-
cd /usr/local/src/mysql-20-04/etc/apache2/conf-enabled/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/etc/apache2/conf-enabled/phpmyadmin.conf
9+
cd /usr/local/src/mysql-20-04/etc/apache2/conf-enabled/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/etc/apache2/conf-enabled/phpmyadmin.conf
1010

11-
cd /usr/local/src/mysql-20-04/usr/share/phpmyadmin/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/usr/share/phpmyadmin/.htaccess
11+
cd /usr/local/src/mysql-20-04/usr/share/phpmyadmin/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/usr/share/phpmyadmin/.htaccess
1212

13-
cd /usr/local/src/mysql-20-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/opt/cloudstack/mysql_cleanup.sh
13+
cd /usr/local/src/mysql-20-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/opt/cloudstack/mysql_cleanup.sh
1414

1515
cd /usr/local/src/mysql-20-04/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/mysql-20-04/mysql.yaml

mysql-standalone-22-04/mysql-standalone.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
mkdir -p {/usr/local/src/mysql-standalone-22-04/opt/cloudstack/,/usr/local/src/mysql-standalone-22-04/}
44

5-
cd /usr/local/src/mysql-standalone-22-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/opt/cloudstack/mysql-standalone-cleanup.sh
5+
cd /usr/local/src/mysql-standalone-22-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/opt/cloudstack/mysql-standalone-cleanup.sh
66

77
cd /usr/local/src/mysql-standalone-22-04/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/mysql-standalone-22-04/mysql-standalone.yaml

nginx-20-04/nginx.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
mkdir -p {/usr/local/src/nginx-20-04/etc/nginx/sites-available/,/usr/local/src/nginx-20-04/var/www/html/,/usr/local/src/nginx-20-04/opt/cloudstack/,/usr/local/src/nginx-20-04/}
44

5-
cd /usr/local/src/nginx-20-04/etc/nginx/sites-available/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/etc/nginx/sites-available/Cloudstack
5+
cd /usr/local/src/nginx-20-04/etc/nginx/sites-available/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/etc/nginx/sites-available/Cloudstack
66

7-
cd /usr/local/src/nginx-20-04/var/www/html/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/var/www/html/index.html
7+
cd /usr/local/src/nginx-20-04/var/www/html/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/var/www/html/index.html
88

9-
cd /usr/local/src/nginx-20-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/opt/cloudstack/cleanup.sh
9+
cd /usr/local/src/nginx-20-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/opt/cloudstack/cleanup.sh
1010

1111
cd /usr/local/src/nginx-20-04/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/nginx-20-04/nginx.yaml

nodejs-22-04/nodejs.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
mkdir -p {/usr/local/src/nodejs-22-04/etc/nginx/sites-available/nodejs/,/usr/local/src/nodejs-22-04/var/www/html/,/usr/local/src/nodejs-22-04/opt/cloudstack/,/usr/local/src/nodejs-22-04/}
44

5-
cd /usr/local/src/nodejs-22-04/etc/nginx/sites-available/nodejs/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/etc/nginx/sites-available/nodejs/default
5+
cd /usr/local/src/nodejs-22-04/etc/nginx/sites-available/nodejs/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/etc/nginx/sites-available/nodejs/default
66

7-
cd /usr/local/src/nodejs-22-04/var/www/html/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/var/www/html/hello.js
7+
cd /usr/local/src/nodejs-22-04/var/www/html/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/var/www/html/hello.js
88

9-
cd /usr/local/src/nodejs-22-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/opt/cloudstack/nodejscleanup.sh
9+
cd /usr/local/src/nodejs-22-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/opt/cloudstack/nodejscleanup.sh
1010

1111
cd /usr/local/src/nodejs-22-04/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/nodejs-22-04/nodejs.yaml

phpmyadmin-20-04/phpmyadmin.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
mkdir -p {/usr/local/src/phpmyadmin-20-04/etc/apache2/sites-available/,/usr/local/src/phpmyadmin-20-04/var/www/html/,/usr/local/src/phpmyadmin-20-04/etc/apache2/conf-enabled/,/usr/local/src/phpmyadmin-20-04/usr/share/phpmyadmin/,/usr/local/src/phpmyadmin-20-04/opt/cloudstack/,/usr/local/src/phpmyadmin-20-04/}
44

5-
cd /usr/local/src/phpmyadmin-20-04/etc/apache2/sites-available/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/etc/apache2/sites-available/000-default.conf
5+
cd /usr/local/src/phpmyadmin-20-04/etc/apache2/sites-available/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/etc/apache2/sites-available/000-default.conf
66

7-
cd /usr/local/src/phpmyadmin-20-04/var/www/html/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/var/www/html/index.html
7+
cd /usr/local/src/phpmyadmin-20-04/var/www/html/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/var/www/html/index.html
88

9-
cd /usr/local/src/phpmyadmin-20-04/etc/apache2/conf-enabled/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/etc/apache2/conf-enabled/phpmyadmin.conf
9+
cd /usr/local/src/phpmyadmin-20-04/etc/apache2/conf-enabled/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/etc/apache2/conf-enabled/phpmyadmin.conf
1010

11-
cd /usr/local/src/phpmyadmin-20-04/usr/share/phpmyadmin/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/usr/share/phpmyadmin/.htaccess
11+
cd /usr/local/src/phpmyadmin-20-04/usr/share/phpmyadmin/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/usr/share/phpmyadmin/.htaccess
1212

13-
cd /usr/local/src/phpmyadmin-20-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/opt/cloudstack/mysql_cleanup.sh
13+
cd /usr/local/src/phpmyadmin-20-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/opt/cloudstack/mysql_cleanup.sh
1414

1515
cd /usr/local/src/phpmyadmin-20-04/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/phpmyadmin-20-04/phpmyadmin.yaml

postgresql-22-04/postgresql.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
mkdir -p {/usr/local/src/postgresql-22-04/opt/cloudstack/,/usr/local/src/postgresql-22-04/}
44

5-
cd /usr/local/src/postgresql-22-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/common-files/opt/cloudstack/postgresql-cleanup.sh
5+
cd /usr/local/src/postgresql-22-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/opt/cloudstack/postgresql-cleanup.sh
66

77
cd /usr/local/src/postgresql-22-04/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/postgresql-22-04/postgresql.yaml

0 commit comments

Comments
 (0)