From c69cd5c244d720f908fd4ea1fcbe78de853e89f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 20 Feb 2023 16:22:23 +0100 Subject: [PATCH] Fix --- doc/{notifications/PRE_INSTALL.md => POST_INSTALL.md} | 0 doc/notifications/POST_INSTALL.md | 4 ---- scripts/_common.sh | 3 --- 3 files changed, 7 deletions(-) rename doc/{notifications/PRE_INSTALL.md => POST_INSTALL.md} (100%) delete mode 100644 doc/notifications/POST_INSTALL.md diff --git a/doc/notifications/PRE_INSTALL.md b/doc/POST_INSTALL.md similarity index 100% rename from doc/notifications/PRE_INSTALL.md rename to doc/POST_INSTALL.md diff --git a/doc/notifications/POST_INSTALL.md b/doc/notifications/POST_INSTALL.md deleted file mode 100644 index fe5a180..0000000 --- a/doc/notifications/POST_INSTALL.md +++ /dev/null @@ -1,4 +0,0 @@ -The default account is `shiori` with password `gopher`. It is removed once another 'owner' account is created. - -- username: `shiori` -- password: `gopher` \ No newline at end of file diff --git a/scripts/_common.sh b/scripts/_common.sh index f0a867d..944a65e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,6 @@ # COMMON VARIABLES #================================================= -# dependencies used by the app -#REMOVEME? pkg_dependencies="sqlite3" - #================================================= # PERSONAL HELPERS #=================================================