diff --git a/Scripts/query-smart-data.ps1 b/Scripts/query-smart-data.ps1 index cc639582..81707b91 100755 --- a/Scripts/query-smart-data.ps1 +++ b/Scripts/query-smart-data.ps1 @@ -4,8 +4,8 @@ .DESCRIPTION queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory .LINK https://github.com/fleschutz/PowerShell .NOTES Author: Markus Fleschutz / License: CC0 - requires smartctl from smartmontools - it's recommended to call this script once per day + requires smartctl (smartmontools) and admin rights + for automation copy this script to /etc/cron.daily #> #Requires -RunAsAdministrator diff --git a/Scripts/swap2ram b/Scripts/swap2ram index 86c89975..55b1adc3 100755 --- a/Scripts/swap2ram +++ b/Scripts/swap2ram @@ -5,7 +5,7 @@ # Author: Markus Fleschutz # Source: github.com/fleschutz/PowerShell # License: CC0 -# NOTE: for automation copy me to /etc/cron.daily +# NOTE: for automation copy this script to /etc/cron.daily if ! [ $(id -u) = 0 ]; then echo "Please run this script as root"