mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
correction de l'encodage
This commit is contained in:
parent
b192f96678
commit
7f98914221
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"name": "Syncthing",
|
"name": "Syncthing",
|
||||||
"id": "syncthing",
|
"id": "syncthing",
|
||||||
"description": {
|
"description": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
syncSyncport=22000
|
syncSyncport=22000
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Configurable variables
|
# Configurable variables
|
||||||
syncSyncport=22000
|
syncSyncport=22000
|
||||||
|
|
Loading…
Add table
Reference in a new issue