Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Łukasz Nowak
slapos.package
Commits
bc137ae9
Commit
bc137ae9
authored
Feb 11, 2014
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also disable vifib.backup.conf during the migration.
parent
66793dca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
obs/slapos-node/slapos-re6st-setup
obs/slapos-node/slapos-re6st-setup
+6
-0
No files found.
obs/slapos-node/slapos-re6st-setup
100644 → 100755
View file @
bc137ae9
...
@@ -58,6 +58,12 @@ function remove_VPN_conf
...
@@ -58,6 +58,12 @@ function remove_VPN_conf
echo
"Removed vifib OpenVPN configuration files"
echo
"Removed vifib OpenVPN configuration files"
fi
fi
# Remove VPN configuration
if
[
-e
/etc/openvpn/vifib.backup.conf
]
;
then
mv
/etc/openvpn/vifib.backup.conf /etc/openvpn/vifib.backup.conf.disabled
`
date
`
echo
"Removed vifib OpenVPN configuration files"
fi
if
[
-e
/etc/opt/slapos/openvpn-needed
]
;
then
if
[
-e
/etc/opt/slapos/openvpn-needed
]
;
then
rm
/etc/opt/slapos/openvpn-needed
rm
/etc/opt/slapos/openvpn-needed
echo
"Removed /etc/opt/slapos/openvpn-needed"
echo
"Removed /etc/opt/slapos/openvpn-needed"
...
...
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