diff options
| author | nemsia <nemsia@nemsia.org> | 2017-05-07 23:21:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-07 23:21:52 +0200 |
| commit | 8584df0b547189dd86d34e4b0bbf342814524352 (patch) | |
| tree | 7886531a5f036eceb5fdc847078fd296a4f35e67 /scripts/restore | |
| parent | a4a3f5cce430684b26e81613dffc3b88a1c12a95 (diff) | |
| parent | f12507fbf0e8fd46346d8c25d64796df58acf37b (diff) | |
| download | mastodon_ynh-8584df0b547189dd86d34e4b0bbf342814524352.tar.gz mastodon_ynh-8584df0b547189dd86d34e4b0bbf342814524352.tar.bz2 mastodon_ynh-8584df0b547189dd86d34e4b0bbf342814524352.zip | |
Merge branch 'master' into master
Diffstat (limited to 'scripts/restore')
| -rw-r--r-- | scripts/restore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/restore b/scripts/restore index f9861ff..3a2eeaf 100644 --- a/scripts/restore +++ b/scripts/restore @@ -104,6 +104,7 @@ sudo cp -a ./sources/. "$final_path" # Set permissions sudo chown -R $app: "$final_path" +# Debug sudo ls -alh "$final_path" # Set UTF8 encoding by default |
