Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jan 6, 2025
1 parent ea2c112 commit 1f64a5b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Binary file not shown.
19 changes: 19 additions & 0 deletions update_scripts/upcoming/update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

sudo pip3 install FILE
mkdir ~/.pioreactor/storage/calibrations

replace create_dishcache.sh
TODO


# create persistant db

USERNAME=pioreactor
STORAGE_DIR=/home/$USERNAME/.pioreactor/storage
DB=$STORAGE_DIR/local_persistent_pioreactor_metadata.sqlite

touch $DB
touch $DB-shm
touch $DB-wal

chown -R $USERNAME:www-data $DB*

0 comments on commit 1f64a5b

Please sign in to comment.