We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0ac3a commit 0cfb99eCopy full SHA for 0cfb99e
lib/install.sh
@@ -131,7 +131,7 @@ ffinstall() {
131
echo ""
132
133
# ReverseProxy
134
- echo "Creating ReverseProxy Container with tag: $proxyVersion"
+ echo "Creating ReverseProxy Container with tag: $proxyVersion."
135
echo "Downloading filefighter/reverseproxy image."
136
docker create \
137
--network $networkname \
lib/remove.sh
@@ -11,6 +11,7 @@ ffremove() {
11
docker container stop $dbname && docker container rm $dbname
12
docker container stop $reverseproxyname && docker container rm $reverseproxyname
13
14
+ echo ""
15
echo "Removed FileFighter Application. Install it again with 'ffighter install'."
16
exit 0
17
fi
0 commit comments