This website requires JavaScript.
Explore
Help
Sign In
UCOMmandIt
/
uci-docker-nextcloud
Watch
1
Star
0
Fork
You've already forked uci-docker-nextcloud
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b03c398e35
uci-docker-nextcloud
/
deploy
/
stop
6 lines
98 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
if
dcp
=
$(
./dcp
$1
)
;
then
eval
"
$dcp
down
"
else
echo
no environment file
$1
fi
Reference in New Issue
View Git Blame
Copy Permalink