This website requires JavaScript.
Explore
Help
Sign In
cloudron
/
zola-app
Watch
1
Star
0
Fork
You've already forked zola-app
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
zola-app
/
rebuild-loop.sh
8 lines
108 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
. /app/data/config.sh
while
true
;
do
/app/code/rebuild.sh
sleep
$REBUILD_INTERVAL
done
Reference in New Issue
View Git Blame
Copy Permalink