Skip to content

Commit

Permalink
master Update: add 20241010
Browse files Browse the repository at this point in the history
  • Loading branch information
daniwe4 committed Oct 10, 2024
1 parent 3820fe2 commit c882210
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class App extends Application
{
const NAME = "Doil Version 20240930 - build 2024-09-30";
const NAME = "Doil Version 20241010 - build 2024-10-10";

public function __construct(Command ...$commands)
{
Expand Down
8 changes: 8 additions & 0 deletions setup/updates/update-20241010.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

doil_update_20241010() {
cp -r ${SCRIPT_DIR}/../app/src/* /usr/local/lib/doil/app/src/
cp -r ${SCRIPT_DIR}/../setup/stack/* /usr/local/share/doil/stack/
docker exec -i doil_saltmain bash -c "salt -C '*.local or *.global' state.highstate saltenv=apache"
return $?
}

0 comments on commit c882210

Please sign in to comment.