Skip to content

Commit 0cfb99e

Browse files
committed
Fixed small typos
1 parent cb0ac3a commit 0cfb99e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ ffinstall() {
131131
echo ""
132132

133133
# ReverseProxy
134-
echo "Creating ReverseProxy Container with tag: $proxyVersion"
134+
echo "Creating ReverseProxy Container with tag: $proxyVersion."
135135
echo "Downloading filefighter/reverseproxy image."
136136
docker create \
137137
--network $networkname \

lib/remove.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ffremove() {
1111
docker container stop $dbname && docker container rm $dbname
1212
docker container stop $reverseproxyname && docker container rm $reverseproxyname
1313

14+
echo ""
1415
echo "Removed FileFighter Application. Install it again with 'ffighter install'."
1516
exit 0
1617
fi

0 commit comments

Comments
 (0)