Skip to content
Snippets Groups Projects
Commit 76baf422 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

fixed typos in scripts

parent 3e50b01b
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ wget -O ./temp/temp.zip -N "https://ostr-backend-prod.azurewebsites.net/server/a
unzip -d ./temp/ ./temp/temp.zip
ogr2ogr -f MySQL MySQL:FACT_mine,host=$HOST,user=$USER,password=$PASSWORD ./temp/data/ArcMap9_ArcReader9/AllThemesMerged/gen.shp -nln geology -update -overwrite -lco engine=Aria -t_srs EPSG:4326
chmod -R u+w temp/
sudo rm -r ./temp
rm -r ./temp
# single mineral maps
declare -a minerals=("phosphate" "podchrome" "laterite" "ree" "carbonatite" "nicrpge" "sedcu" "porcu" "sedexmvt" "sedznpb" "vms" "potash")
......
......@@ -7,5 +7,3 @@ PASSWORD=$3
echo "*** Create database:"
mariadb -h "$HOST" -u "$USER" -p"$PASSWORD" < inputs/sql/create_db.sql
#echo "*** Create tables:"
#mariadb -h "" -u "root" -p < inputs/sql/create_tables.sql
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment