diff --git a/README.md b/README.md index bee959cd..91749beb 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ Once configured, the user will no longer need to enter their password to access - `script-system-scheduled-restart` *`OnCalendar`* - If a valid `OnCalendar` is not passed, assumes `*-*-* 01:30:00` (1:30 AM). - - See [Calendar Events](https://www.freedesktop.org/software/systemd/man/systemd.time.html) for proper time format. + - See [Calendar Events](https://www.freedesktop.org/software/systemd/man/systemd.time.html) for time formatting. - This will alert users via `notify-send` in X2Go, `wall` in ssh, and add a reminder to the `motd` about the scheduled restart. ### Adding a drive diff --git a/script-install-manual-scripts b/script-install-manual-scripts index 3661efc0..0b5dd485 100755 --- a/script-install-manual-scripts +++ b/script-install-manual-scripts @@ -17,7 +17,7 @@ is_root install -m 644 ./functions /usr/local/bin/ for script in script-*; do - cp -u "$script" /usr/local/bin/ + cp -f "$script" /usr/local/bin/ done # Install manual