mirror of
https://github.com/kou029w/megabit-os.git
synced 2025-01-18 16:07:58 +00:00
3 lines
245 B
Bash
Executable file
3 lines
245 B
Bash
Executable file
#!/bin/sh
|
|
nodemon --delay 1 --watch /usr/share/megabit/tmp.img --signal SIGTERM --exec 'umount /mnt/tmp; mount /usr/share/megabit/tmp.img /mnt/tmp; rsync -a --delete --exclude=node_modules/ /mnt/tmp/ /tmp/' &
|
|
echo $! > /var/run/megabit-sync.pid
|