From 24d2401e2493a5d1310863398dec68d843553eb2 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sat, 4 Feb 2023 16:30:14 -0800 Subject: [PATCH] vagrant: Switch to /freedombox before running service with alias Closes: #2319. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 264c89266..194e1c49b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -36,7 +36,7 @@ Vagrant.configure(2) do |config| apt-mark unhold freedombox # Install ncurses-term DEBIAN_FRONTEND=noninteractive apt-get install -y ncurses-term - echo 'alias freedombox-develop="sudo -u plinth /freedombox/run --develop"' >> /home/vagrant/.bashrc + echo 'alias freedombox-develop="cd /freedombox; sudo -u plinth /freedombox/run --develop"' >> /home/vagrant/.bashrc SHELL config.vm.provision "tests", run: "never", type: "shell", path: "plinth/tests/functional/install.sh" config.vm.post_up_message = "FreedomBox virtual machine is ready