1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 11:46:22 -07:00

Make a symbolic link to get_previous_version.sh in vagrant bootstrap script

This commit is contained in:
Eggbertx 2024-01-09 21:41:30 -08:00
parent 3fd9778427
commit 912fad3473

View file

@ -131,7 +131,8 @@ chmod +x /home/vagrant/dbconnect.sh
# used for testing migration from the pre-2021 db schema # used for testing migration from the pre-2021 db schema
ln -s {/vagrant/devtools,/home/vagrant}/get_pre2021.sh ln -s {/vagrant/devtools,/home/vagrant}/get_pre2021.sh
chmod +x get_pre2021.sh ln -s {/vagrant/devtools,/home/vagrant}/get_previous_version.sh
chmod +x get_{pre2021,previous_version}.sh
cat <<EOF >>/home/vagrant/.bashrc cat <<EOF >>/home/vagrant/.bashrc
export DBTYPE=$DBTYPE export DBTYPE=$DBTYPE