Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
sohka
neutrinet_cube_install
Commits
f2a44105
Commit
f2a44105
authored
Feb 11, 2020
by
HgO
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix sudo permissions for cube build script
parent
2f396fbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
neutrinet_cube_install.sh
neutrinet_cube_install.sh
+3
-3
No files found.
neutrinet_cube_install.sh
View file @
f2a44105
...
...
@@ -609,7 +609,7 @@ function create_hypercube_file() {
if
confirm
$"Would you like to import the VPN certificates from a directory?"
"y"
then
read
-e
-r
-p
$"Enter your VPN certificates' location: "
VPN_CERTIFICATES_LOCATION
if
import_vpn_certificates
$VPN_CERTIFICATES_LOCATION
if
import_vpn_certificates
"
$VPN_CERTIFICATES_LOCATION
"
then
location_has_error
=
false
fi
...
...
@@ -788,8 +788,8 @@ function download_image() {
debug
$"Building internetcube image..."
check_sudo
sudo chmod
u+x
$CUBE_BUILD_SCRIPT_NAME
"./
$CUBE_BUILD_SCRIPT_NAME
"
"
$ynh_image
"
rm
-rf
$CUBE_BUILD_SCRIPT_DIR
sudo
"./
$CUBE_BUILD_SCRIPT_NAME
"
"
$ynh_image
"
rm
-rf
"
$CUBE_BUILD_SCRIPT_DIR
"
"tmp"
fi
info
$"We've got our internetcube image!"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment