Skip to content
Snippets Groups Projects
Verified Commit 086d45be authored by David Beniamine's avatar David Beniamine
Browse files

cd before upgrade

parent 1de1a4df
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
DIR=$(realpath $(dirname $0))
cd $DIR
git pull
`dirname $0`/do_postinstall.sh
$DIR/do_postinstall.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment