debug: remove another unneeded echo
This commit is contained in:
parent
47bed15eb2
commit
1e3ecf5bc6
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
|
@ -7,7 +7,7 @@ guest_name="$(qubesdb-read /name)"
|
||||||
echo $(realpath ""$0"")
|
echo $(realpath ""$0"")
|
||||||
guest_repo_dir="$(dirname $(realpath ""$0""))"
|
guest_repo_dir="$(dirname $(realpath ""$0""))"
|
||||||
echo $guest_repo_dir
|
echo $guest_repo_dir
|
||||||
echo "hmmmmmm"
|
|
||||||
pushd ${guest_repo_dir} >/dev/null
|
pushd ${guest_repo_dir} >/dev/null
|
||||||
|
|
||||||
if git remote | grep -Fq 'dom0'; then
|
if git remote | grep -Fq 'dom0'; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue