Update install.yml

This commit is contained in:
qiaofeng1227 2022-12-08 11:55:39 +08:00 committed by GitHub
parent 82c9755330
commit 905414a97e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: