diff options
author | Guillermo Ramos | 2020-05-16 17:31:11 +0200 |
---|---|---|
committer | Guillermo Ramos | 2020-05-16 17:31:11 +0200 |
commit | adc123903f329e157bfeeab1c9b8a832ce87c2df (patch) | |
tree | 6cc42dcf0f1715c716ff39f0af3e42fa9284493e | |
parent | b4ea2042325323df9a2323b8fa14b7a5e5816c05 (diff) | |
download | s6-services-adc123903f329e157bfeeab1c9b8a832ce87c2df.tar.gz |
Fix log symlinks
l--------- | syncthing/log | 1 | ||||
l--------- | syncthing/log/run | 1 | ||||
l--------- | tgbot_deefine/log | 1 | ||||
l--------- | tgbot_deefine/log/run | 1 | ||||
l--------- | tgbot_escato/log | 1 | ||||
l--------- | tgbot_escato/log/run | 1 | ||||
l--------- | tgbot_pegatino/log | 1 | ||||
l--------- | tgbot_pegatino/log/run | 1 | ||||
l--------- | tgbot_savefc/log | 1 | ||||
l--------- | tgbot_savefc/log/run | 1 | ||||
l--------- | waev/log | 1 | ||||
l--------- | waev/log/run | 1 |
12 files changed, 6 insertions, 6 deletions
diff --git a/syncthing/log b/syncthing/log deleted file mode 120000 index 918546a..0000000 --- a/syncthing/log +++ /dev/null @@ -1 +0,0 @@ -../.log
\ No newline at end of file diff --git a/syncthing/log/run b/syncthing/log/run new file mode 120000 index 0000000..04b2c93 --- /dev/null +++ b/syncthing/log/run @@ -0,0 +1 @@ +../../.log/run
\ No newline at end of file diff --git a/tgbot_deefine/log b/tgbot_deefine/log deleted file mode 120000 index 01062cd..0000000 --- a/tgbot_deefine/log +++ /dev/null @@ -1 +0,0 @@ -../.log/
\ No newline at end of file diff --git a/tgbot_deefine/log/run b/tgbot_deefine/log/run new file mode 120000 index 0000000..04b2c93 --- /dev/null +++ b/tgbot_deefine/log/run @@ -0,0 +1 @@ +../../.log/run
\ No newline at end of file diff --git a/tgbot_escato/log b/tgbot_escato/log deleted file mode 120000 index 01062cd..0000000 --- a/tgbot_escato/log +++ /dev/null @@ -1 +0,0 @@ -../.log/
\ No newline at end of file diff --git a/tgbot_escato/log/run b/tgbot_escato/log/run new file mode 120000 index 0000000..04b2c93 --- /dev/null +++ b/tgbot_escato/log/run @@ -0,0 +1 @@ +../../.log/run
\ No newline at end of file diff --git a/tgbot_pegatino/log b/tgbot_pegatino/log deleted file mode 120000 index 01062cd..0000000 --- a/tgbot_pegatino/log +++ /dev/null @@ -1 +0,0 @@ -../.log/
\ No newline at end of file diff --git a/tgbot_pegatino/log/run b/tgbot_pegatino/log/run new file mode 120000 index 0000000..04b2c93 --- /dev/null +++ b/tgbot_pegatino/log/run @@ -0,0 +1 @@ +../../.log/run
\ No newline at end of file diff --git a/tgbot_savefc/log b/tgbot_savefc/log deleted file mode 120000 index 01062cd..0000000 --- a/tgbot_savefc/log +++ /dev/null @@ -1 +0,0 @@ -../.log/
\ No newline at end of file diff --git a/tgbot_savefc/log/run b/tgbot_savefc/log/run new file mode 120000 index 0000000..04b2c93 --- /dev/null +++ b/tgbot_savefc/log/run @@ -0,0 +1 @@ +../../.log/run
\ No newline at end of file diff --git a/waev/log b/waev/log deleted file mode 120000 index 01062cd..0000000 --- a/waev/log +++ /dev/null @@ -1 +0,0 @@ -../.log/
\ No newline at end of file diff --git a/waev/log/run b/waev/log/run new file mode 120000 index 0000000..04b2c93 --- /dev/null +++ b/waev/log/run @@ -0,0 +1 @@ +../../.log/run
\ No newline at end of file |