Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
agent
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
7
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
3a730e62
authored
Nov 12, 2018
by
Czémán Arnold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
openbsd: fix mount helper
parent
62c10200
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
bootstrap/openbsd/usr/sbin/mount_circle-userstore
+6
-2
No files found.
bootstrap/openbsd/usr/sbin/mount_circle-userstore
View file @
3a730e62
#!/bin/sh
if
[
-eq
x
"
$@
"
x
"-o rw none /store"
]
;
then
op1
=
"-o.rw.none./store"
op2
=
`
echo
-n
$@
| sed
"s/ /./g"
`
if
[
$op1
=
$op2
]
;
then
/usr/local/bin/usmb
-c
/etc/circle/usmb.conf userstore
else
:
else
echo
"It only works with following fstab line:"
echo
"none /store circle-userstore rw 0 0"
fi
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