mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] remove useless whitespace
This commit is contained in:
parent
8aa64a0641
commit
0d49e8a24f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Execute this hook only if we force the configuration regeneration
|
# Execute this hook only if we force the configuration regeneration
|
||||||
if [[ "$1" == "True" ]]; then
|
if [[ "$1" == "True" ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue