fix
parent
6a6af1678e
commit
067c1fe229
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Run the authentication check first
|
||||
/app/auth.sh
|
||||
|
||||
# If authentication passes, run the application
|
||||
if [ $? -eq 0 ]; then
|
||||
make run
|
||||
fi
|
||||
Loading…
Reference in New Issue