Remove trailing whitespace

This commit is contained in:
Philipp Schmitt 2015-02-19 11:49:02 +01:00
parent 244a9448ca
commit 74166af94d

View file

@ -21,6 +21,6 @@ post_upgrade() {
echo 'After each upgrade you have to manually: echo 'After each upgrade you have to manually:
- Remove the installation folder (/usr/share/webapps/wallabag/install) - Remove the installation folder (/usr/share/webapps/wallabag/install)
- Empty the cache folder (/usr/share/webapps/wallabag/cache) - Empty the cache folder (/usr/share/webapps/wallabag/cache)
$ sudo -u http rm -rf /usr/share/webapps/wallabag/{install,cache/*}' $ sudo -u http rm -rf /usr/share/webapps/wallabag/{install,cache/*}'
} }