mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 23:50:31 +00:00
Update init.sh.jinja2
This commit is contained in:
parent
46a3c507c2
commit
07698bd874
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ replace_with_value_env(){
|
|||
rm -f temp
|
||||
}
|
||||
|
||||
if [ -d /data/apps/{{app_name}} ]; then
|
||||
if [ -d /data/apps/{{appname}} ]; then
|
||||
echo "It is a docker project"
|
||||
else
|
||||
echo "It is not a docker project"
|
||||
|
|
Loading…
Reference in a new issue