mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
Update install.yml
This commit is contained in:
parent
29237ed676
commit
842a3b4f25
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@
|
||||||
bash githubclone.sh websoft9 docker-library
|
bash githubclone.sh websoft9 docker-library
|
||||||
mv docker-library library
|
mv docker-library library
|
||||||
cp -r library "{{installpath}}"
|
cp -r library "{{installpath}}"
|
||||||
cp -r "{{installpath}}/library/apps/{{app}}" "{{installpath}}"
|
cp -r "{{installpath}}/library/apps/{{app}}" "{{installpath}}"
|
||||||
|
async: 1800
|
||||||
|
|
||||||
- name: Check port file exists
|
- name: Check port file exists
|
||||||
stat:
|
stat:
|
||||||
|
|
Loading…
Reference in a new issue