Skip to content

Commit b15cd77

Browse files
committed
Add minor changes to doc files & install script
1 parent 0a19849 commit b15cd77

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

linux_install/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ echo "Otherwise please create the table manually. Read linux_install.txt section
6464
echo "*****************************************************************************************************"
6565
echo " "
6666
echo "###################################################################################################"
67-
echo "############# "
68-
echo "############# IMPORTANT!! YOU MUST READ THIS TO COMPLETE THE INSTALLATION "
69-
echo "############# "
67+
echo "############# #############"
68+
echo "############# IMPORTANT!! YOU MUST READ THIS TO COMPLETE THE INSTALLATION #############"
69+
echo "############# #############"
7070
echo "###################################################################################################"
7171
echo "Now you need to get an application ID and application secret."
7272
echo "Go to the developer area at https://latch.elevenpaths.com and create a developer account to get them."

linux_install/uninstall.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ mysql -u root -h $DBserverName -p << EOF
3131
use $DBwikiName;
3232
DROP TABLE latch;
3333
EOF
34+
35+
echo "The Latch extension for Mediawiki was successfully uninstalled from your system."
36+
echo "Have a nice day!"

0 commit comments

Comments
 (0)