various fixes

This commit is contained in:
Yannick 2025-04-16 13:37:34 +02:00
commit 3b2b3eefac
7 changed files with 14 additions and 11 deletions

4
stop
View file

@ -1,9 +1,9 @@
#!/bin/bash
if [[ "$(basename $(pwd))" == "laravel" ]]; then
if [[ "$(basename $(pwd))" == "igniter" ]]; then
cd ..
./stop
cd laravel
cd igniter
exit
fi