mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 07:36:23 -07:00
Make a symbolic link to get_previous_version.sh in vagrant bootstrap script
This commit is contained in:
parent
3fd9778427
commit
912fad3473
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue