Update install.yml
This commit is contained in:
parent
82c9755330
commit
905414a97e
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
- name: If this port in use, add a new port for this app
|
- name: If this port in use, add a new port for this app
|
||||||
shell: |
|
shell: |
|
||||||
wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/auto_addport.sh
|
wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/auto_addport.sh
|
||||||
bash auto_addport.sh
|
bash auto_addport.sh "{{app}}"
|
||||||
when: app != appname
|
when: app != appname
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
|
|
Loading…
Add table
Reference in a new issue