Skip to content

Commit

Permalink
:fix rele: corrections après testsde déploiement
Browse files Browse the repository at this point in the history
  • Loading branch information
equinton committed Feb 5, 2024
1 parent 773c045 commit 65eb4e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion install/upgradedb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ LOGIN="sturwild"
PASSWORD="sturwildPassword"
ADDRESS=postgresql://"$LOGIN":"$PASSWORD"@"$DBHOST"/"$DATABASE"
VERSION=`psql $ADDRESS -c "$SQL" -t|xargs`
FOLDERINSTALL="/var/www/html/sturwildApp/sturwild"
FOLDERINSTALL="/var/www/sturwildApp/sturwild"
SCRIPT="$FOLDERINSTALL/install/upgradedb-from-$VERSION.sh"
source $SCRIPT

0 comments on commit 65eb4e7

Please sign in to comment.