Skip to content
Snippets Groups Projects
Commit c76e9ca6 authored by Eric Quinton's avatar Eric Quinton
Browse files

Correction script upgrade

parent 87e7a8de
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ ln -s $VERSION collec
echo "update database"
chmod 755 /var/www/html/collec-science
cd collec/install
su postgres -c "psql -f upgrade_2.0-2.1.sql"
su postgres -c "psql -f upgrade-2.0-2.1.sql"
cd ../..
chmod 750 /var/www/html/collec-science
......
......@@ -41,7 +41,7 @@ ln -s $VERSION collec
echo "update database"
chmod 755 /var/www/html/collec-science
cd collec/install
su postgres -c "psql -f upgrade_2.0-2.1.sql"
su postgres -c "psql -f upgrade-2.0-2.1.sql"
cd ../..
chmod 750 /var/www/html/collec-science
......
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