how did i not know about this

This commit is contained in:
CeciliaKelley33Mm 2024-10-21 06:52:27 +07:00
parent 9b1414affa
commit 47d35e79db

View file

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