mirror of
https://github.com/Frail7487Real/laughing-spork.git
synced 2024-11-14 17:04:57 -05:00
how did i not know about this
This commit is contained in:
parent
9b1414affa
commit
47d35e79db
1 changed files with 3 additions and 3 deletions
6
.github/workflows/runglobal.yml
vendored
6
.github/workflows/runglobal.yml
vendored
|
@ -78,10 +78,10 @@ jobs:
|
||||||
tar xf archive.tar.gz
|
tar xf archive.tar.gz
|
||||||
rm -rf archive.tar.gz
|
rm -rf archive.tar.gz
|
||||||
- name: Run post-install script (if exists)
|
- name: Run post-install script (if exists)
|
||||||
working-directory: /mnt/globalData/toBackup
|
working-directory: /mnt/globalData
|
||||||
run: |
|
run: |
|
||||||
if [ -f postinstall.sh ]; then
|
if [ -f toBackup/postinstall.sh ]; then
|
||||||
. postinstall.sh &
|
. toBackup/postinstall.sh &
|
||||||
fi
|
fi
|
||||||
- name: Run the long-lived process
|
- name: Run the long-lived process
|
||||||
working-directory: /mnt/globalData
|
working-directory: /mnt/globalData
|
||||||
|
|
Loading…
Reference in a new issue