mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Remove duplicate mkdir for /tmp/pgbackrest in Vagrantfile.
This commit is contained in:
parent
8322dfd7af
commit
a1365b26d4
4
test/Vagrantfile
vendored
4
test/Vagrantfile
vendored
@ -87,10 +87,6 @@ Vagrant.configure(2) do |config|
|
||||
echo 'Install Dev Utilities' && date
|
||||
apt-get install -y vim htop jq
|
||||
|
||||
#-----------------------------------------------------------------------------------------------------------------------
|
||||
echo '/tmp/pgbackrest owned by root so tests do not use it' && date
|
||||
mkdir -p 700 /tmp/pgbackrest
|
||||
|
||||
#-----------------------------------------------------------------------------------------------------------------------
|
||||
echo 'create link to repo in old location to make the transition less painful' && date
|
||||
ln -s /home/vagrant/pgbackrest /backrest
|
||||
|
Loading…
Reference in New Issue
Block a user