Establish net/scripts/... for better scoping
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
			
		||||
#!/bin/bash -e
 | 
			
		||||
 | 
			
		||||
here=$(dirname "$0")
 | 
			
		||||
# shellcheck source=scripts/gcloud.sh
 | 
			
		||||
source "$here"/../scripts/gcloud.sh
 | 
			
		||||
# shellcheck source=net/scripts/gcloud.sh
 | 
			
		||||
source "$here"/scripts/gcloud.sh
 | 
			
		||||
# shellcheck source=net/common.sh
 | 
			
		||||
source "$here"/common.sh
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -25,7 +25,7 @@ if [[ $threadCount -gt 4 ]]; then
 | 
			
		||||
  threadCount=4
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
scripts/install-earlyoom.sh
 | 
			
		||||
net/scripts/install-earlyoom.sh
 | 
			
		||||
 | 
			
		||||
case $deployMethod in
 | 
			
		||||
snap)
 | 
			
		||||
 
 | 
			
		||||
@@ -29,7 +29,7 @@ EOF
 | 
			
		||||
source net/common.sh
 | 
			
		||||
loadConfigFile
 | 
			
		||||
 | 
			
		||||
scripts/install-earlyoom.sh
 | 
			
		||||
time net/scripts/install-earlyoom.sh
 | 
			
		||||
 | 
			
		||||
if [[ $publicNetwork = true ]]; then
 | 
			
		||||
  setupArgs="-p"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user