🔨」 fix: compliant with the subject

This commit is contained in:
2025-08-27 22:23:47 +02:00
parent 4f1b5a122f
commit b569c1ab61
8 changed files with 6 additions and 5 deletions

3
p2/Vagrantfile vendored
View File

@ -35,6 +35,7 @@ Vagrant.configure("2") do |config|
server.vm.hostname = "#{IOT_LOGIN}S"
server.vm.network "private_network", ip: "192.168.56.110", auto_config: true
server.vm.provision "shell", path: "setup-S.sh"
server.vm.provision "shell", path: "scripts/setup-S.sh"
server.vm.provision "shell", path: "scripts/deploy-apps.sh"
end
end