File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 16
16
with :
17
17
github_token : ${{ secrets.GITHUB_TOKEN }}
18
18
locale : " US"
19
+ fail_on_error : true
Original file line number Diff line number Diff line change @@ -92,6 +92,6 @@ if pg_dump --username "$POSTGRES_USER" "$POSTGRES_DB" > "$DUMP_FILE.temp"; then
92
92
exit 0
93
93
else
94
94
pg_ctl stop -m fast
95
- echo " Database dump unsucessful !"
95
+ echo " Database dump unsuccessful !"
96
96
exit 1
97
97
fi
Original file line number Diff line number Diff line change 1
- ## How to develope the app?
1
+ ## How to develop the app?
2
2
3
3
Please note that in order to check if an app is already downloaded
4
4
Nextcloud will look for a folder with the same name as the app.
Original file line number Diff line number Diff line change 60
60
<input class =" button" type =" submit" value =" Submit" />
61
61
</form >
62
62
Make sure that this server is reachable on Port 443 and you've correctly set up the DNS config for the domain that you enter. <br ><br >
63
- If you have a dynamic IP-adress , you can use e.g. <a href =" https://ddclient.net/" >DDclient</a > with a compatible domain provider for DNS updates.
63
+ If you have a dynamic IP-address , you can use e.g. <a href =" https://ddclient.net/" >DDclient</a > with a compatible domain provider for DNS updates.
64
64
{% endif %}
65
65
66
66
{% if domain != " " %}
177
177
<span class =" status error" ></span > Last {{ borg_backup_mode }} failed! (<a href =" /api/docker/logs?id=nextcloud-aio-borgbackup" >Logs</a >)<br /><br />
178
178
{% elseif backup_exit_code == 0 %}
179
179
{% if borg_backup_mode == " backup" %}
180
- <span class =" status success" ></span > Last {{ borg_backup_mode }} succesful on {{ last_backup_time }}! (<a href =" /api/docker/logs?id=nextcloud-aio-borgbackup" >Logs</a >)<br /><br />
180
+ <span class =" status success" ></span > Last {{ borg_backup_mode }} successful on {{ last_backup_time }}! (<a href =" /api/docker/logs?id=nextcloud-aio-borgbackup" >Logs</a >)<br /><br />
181
181
{% else %}
182
- <span class =" status success" ></span > Last {{ borg_backup_mode }} succesful ! (<a href =" /api/docker/logs?id=nextcloud-aio-borgbackup" >Logs</a >)<br /><br />
182
+ <span class =" status success" ></span > Last {{ borg_backup_mode }} successful ! (<a href =" /api/docker/logs?id=nextcloud-aio-borgbackup" >Logs</a >)<br /><br />
183
183
{% endif %}
184
184
{% endif %}
185
185
{% endif %}
You can’t perform that action at this time.
0 commit comments