Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neutrinet_cube_install
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Neutrinet
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