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
|
||||
|
||||
cd /opt/hosterra/tools/netbox-agent
|
||||
git reset --hard HEAD
|
||||
git clean -f -d
|
||||
git pull
|
||||
chmod +x ./*.sh
|
||||
sudo git reset --hard HEAD
|
||||
sudo git clean -f -d
|
||||
sudo git pull
|
||||
sudo chmod +x ./*.sh
|
||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue