diff --git a/etc/motd b/etc/motd deleted file mode 100644 index abd5f2a..0000000 --- a/etc/motd +++ /dev/null @@ -1 +0,0 @@ -awdawd diff --git a/etc/motd.d/00_noveria.motd b/etc/motd.d/00_noveria.motd deleted file mode 100644 index abd5f2a..0000000 --- a/etc/motd.d/00_noveria.motd +++ /dev/null @@ -1 +0,0 @@ -awdawd diff --git a/generate_motd b/generate_motd index fe26d2a..1caab48 100755 --- a/generate_motd +++ b/generate_motd @@ -4,8 +4,8 @@ readonly PKGVER="1.0.0" readonly LICENSE="GNU AGPLv3" readonly ROOTPATH="$(dirname $(readlink -f $0))" -readonly MOTD_DIR="./etc/motd.d" -readonly MOTD_FILE="./etc/motd" +readonly MOTD_DIR="/etc/motd.d" +readonly MOTD_FILE="/etc/motd" # VARIABLES declare dryrun=false