File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ The web-gui should now be available at the url http://localhost:5572
73
73
** Bash users:**
74
74
75
75
Download the sh file given here:
76
- [ webui.sh] ( https://raw.githubusercontent.com/negative0 /rclone-webui-react/master/package.json )
76
+ [ webui.sh] ( https://raw.githubusercontent.com/rclone /rclone-webui-react/master/webui.sh )
77
77
78
78
Copy the file to root folder of rclone.
79
79
@@ -118,7 +118,7 @@ Coming soon
118
118
119
119
### Get the Project
120
120
```
121
- git clone https://github.com/negative0 /rclone-webui-react
121
+ git clone https://github.com/rclone /rclone-webui-react
122
122
```
123
123
OR download a zip from the option above.
124
124
Original file line number Diff line number Diff line change 1
- username=' chaitanya'
2
- password=' abcd'
1
+ #! /bin/bash
2
+
3
+ username=' '
4
+ password=' '
3
5
4
6
repoName=' rclone-webui-react'
5
7
21
23
22
24
if [[ -z " $password " ]]; then
23
25
# statements
24
- echo " Please set password in webui.sh"
26
+ echo " Please set password in the webui.sh"
25
27
errors=$(( errors + 1 ))
26
28
fi
27
29
@@ -41,7 +43,7 @@ if [[ "$command" == "get" ]]; then
41
43
# Replace code to download the prebuilt version
42
44
if [[ -n rclone-webui-react ]]; then
43
45
# statements
44
- git clone https://github.com/negative0 /" $repoName " .git
46
+ git clone https://github.com/rclone /" $repoName " .git
45
47
fi
46
48
fi
47
49
You can’t perform that action at this time.
0 commit comments