Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
64138b0a
Commit
64138b0a
authored
10 years ago
by
Thomas Müller
Browse files
Options
Downloads
Plain Diff
Merge pull request #14561 from owncloud/fix-sftp
apply suggestions from @atmoz to fix SFTP setup
parents
d20061e5
63f5d7d3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/files_external/tests/env/start-sftp-atmoz.sh
+4
-1
4 additions, 1 deletion
apps/files_external/tests/env/start-sftp-atmoz.sh
with
4 additions
and
1 deletion
apps/files_external/tests/env/start-sftp-atmoz.sh
+
4
−
1
View file @
64138b0a
...
@@ -44,7 +44,7 @@ return array(
...
@@ -44,7 +44,7 @@ return array(
'host'=>'
$host
',
'host'=>'
$host
',
'user'=>'
$user
',
'user'=>'
$user
',
'password'=>'
$password
',
'password'=>'
$password
',
'root'=>'',
'root'=>'
upload
',
);
);
DELIM
DELIM
...
@@ -63,3 +63,6 @@ fi
...
@@ -63,3 +63,6 @@ fi
echo
"Waiting 5 seconds for sftp initialization ... "
echo
"Waiting 5 seconds for sftp initialization ... "
sleep
5
sleep
5
# create folder "upload" with correct permissions
docker
exec
$container
bash
-c
"mkdir /home/
$user
/upload && chown
$user
:users /home/
$user
/upload"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment