mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-08-07 16:10:09 +02:00
Fixing typo in scripts/generate-ssl-certs.sh
This commit is contained in:
@@ -4,7 +4,7 @@ if [ ! -e server.js ]
|
||||
then
|
||||
echo "Error: could not find main application server.js file"
|
||||
echo "You should run the generate-ssl-certs.sh script from the main MEAN application root directory"
|
||||
echo "i.e: bash scripts/generate-ssl-cers.sh"
|
||||
echo "i.e: bash scripts/generate-ssl-certs.sh"
|
||||
exit -1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user