mirror of
https://github.com/Frail7487Real/laughing-spork.git
synced 2024-11-13 22:04:56 -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
|
||||
rm -rf archive.tar.gz
|
||||
- name: Run post-install script (if exists)
|
||||
working-directory: /mnt/globalData/toBackup
|
||||
working-directory: /mnt/globalData
|
||||
run: |
|
||||
if [ -f postinstall.sh ]; then
|
||||
. postinstall.sh &
|
||||
if [ -f toBackup/postinstall.sh ]; then
|
||||
. toBackup/postinstall.sh &
|
||||
fi
|
||||
- name: Run the long-lived process
|
||||
working-directory: /mnt/globalData
|
||||
|
|
Loading…
Reference in a new issue