modified: start.sh
Fixed typo
This commit is contained in:
parent
532c648725
commit
8c4aef0262
2
start.sh
2
start.sh
@ -10,7 +10,7 @@ echo -e 'Set up the filesystem freeze, copy, unfreeze loop'
|
|||||||
while true; do
|
while true; do
|
||||||
sleep 890
|
sleep 890
|
||||||
date
|
date
|
||||||
sync /mnt/app-local-config/config/*.*
|
sync /mnt/app-local-config/*.*
|
||||||
fsfreeze --freeze /mnt/app-local-config
|
fsfreeze --freeze /mnt/app-local-config
|
||||||
sleep 10
|
sleep 10
|
||||||
cp -fvp /mnt/app-local-config/*.* /app-remote-config/
|
cp -fvp /mnt/app-local-config/*.* /app-remote-config/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user