diff --git a/README.md b/README.md index 3245f3e..96c8a9e 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ Most plugins should have a maximum priority of 2. This is the default level for ### Uninstall -To uninstall PaperPi, run `./install/install.sh` with either `-u` to uninstall or `-p` to uninstall and remove all configuration files. +To uninstall PaperPi, run `/usr/bin/local/paperpi/install.sh` with either `-u` to uninstall or `-p` to uninstall and remove all configuration files. ## Command Reference diff --git a/install/install.sh b/install/install.sh index 467629c..36899fa 100755 --- a/install/install.sh +++ b/install/install.sh @@ -231,6 +231,8 @@ function copy_files { echo "Installing files to $INSTALLPATH" rsync -a --exclude-from=$EXCLUDE --include-from=$INCLUDE $LOCALPATH $rsyncPath + # add install script to aid in uninstalling + cp $SCRIPT_DIR/install.sh $INSTALLPATH # cp $SCRIPT_DIR/../Pipfile $INSTALLPATH # chown -R paperpi:paperpi $INSTALLPATH fi diff --git a/paperpi/config/paperpi.ini b/paperpi/config/paperpi.ini index 03fe7a3..aa9eea7 100644 --- a/paperpi/config/paperpi.ini +++ b/paperpi/config/paperpi.ini @@ -20,7 +20,7 @@ mirror = False color = False # Disable screen wipe at shutdown (Default: True) # This setting will leave the last image on the screen at shutdown -no_wipe = True +no_wipe = False # plugin timeout - amount of time in seconds to wait for a hung plugin to complete execution plugin_timeout = 30