This website requires JavaScript.
Explore
Help
Register
Sign In
pooneyy
/
1Panel-Appstore
mirror of
https://github.com/pooneyy/1Panel-Appstore
Watch
1
Star
0
Fork
You've already forked 1Panel-Appstore
0
Code
a044d85992
1Panel-Appstore
/
apps
/
yarr
/
2.4.0
/
scripts
/
init.sh
11 lines
108 B
Bash
Raw
Blame
History
#!/bin/bash
if
[
[
-f .env
]
]
;
then
source
.env
echo
"Check Finish."
else
echo
".env not found."
fi
View Git Blame
Copy Permalink