Adds sudoing
This commit is contained in:
parent
625faa54ce
commit
7658409d15
1 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd /opt/hosterra/tools/netbox-agent
|
cd /opt/hosterra/tools/netbox-agent
|
||||||
git reset --hard HEAD
|
sudo git reset --hard HEAD
|
||||||
git clean -f -d
|
sudo git clean -f -d
|
||||||
git pull
|
sudo git pull
|
||||||
chmod +x ./*.sh
|
sudo chmod +x ./*.sh
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue