diff --git a/TODO b/TODO new file mode 100644 index 0000000..50a6890 --- /dev/null +++ b/TODO @@ -0,0 +1,2 @@ +- Backup & Restore (testing is not easy) +- Trap implementation diff --git a/scripts/_common.sh b/scripts/_common.sh index 0ccb9d5..7d94a33 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ GIT_REPO="https://github.com/movim/movim" # Commit to checkout -HEAD_COMMIT="8f56192582e83f4b1dbaa00aab8feb55031598e4" +HEAD_COMMIT="d3dbc7a904d3e3c372afecd1725b47a9ddda227a" # Source code destination directory DESTDIR="/var/www/movim"