summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorggilestro2019-07-11 00:06:43 +0100
committerggilestro2019-07-11 00:06:43 +0100
commit2ec535fe948cd6cad404d40a6975b1d2f4bd1a5d (patch)
tree6aa78f97c0a166b5116ef625eda7cba5af7369e7
parent9572eeffd804efb70121cb598a522a4ef2b9b6d5 (diff)
downloadaur-2ec535fe948cd6cad404d40a6975b1d2f4bd1a5d.tar.gz
fixed and changed the location of the bare repository
-rw-r--r--ethoscope-device.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethoscope-device.install b/ethoscope-device.install
index fec302b52ced..5c89cd947c48 100644
--- a/ethoscope-device.install
+++ b/ethoscope-device.install
@@ -7,7 +7,7 @@
post_install() {
echo "changing the remote GIT source to BARE on node"
cd /opt/ethoscope-device
- git remote set-url origin git://node/srv/git/ethoscope.git
+ git remote set-url origin git://node/ethoscope.git
echo "setting GIT branch"
git checkout python3.7