File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ Most plugins should have a maximum priority of 2. This is the default level for
192192
193193### Uninstall
194194
195- To uninstall PaperPi, run ` ./install /install.sh` with either ` -u ` to uninstall or ` -p ` to uninstall and remove all configuration files.
195+ To uninstall PaperPi, run ` /usr/bin/local/paperpi /install.sh` with either ` -u ` to uninstall or ` -p ` to uninstall and remove all configuration files.
196196
197197## Command Reference
198198
Original file line number Diff line number Diff line change @@ -231,6 +231,8 @@ function copy_files {
231231
232232 echo " Installing files to $INSTALLPATH "
233233 rsync -a --exclude-from=$EXCLUDE --include-from=$INCLUDE $LOCALPATH $rsyncPath
234+ # add install script to aid in uninstalling
235+ cp $SCRIPT_DIR /install.sh $INSTALLPATH
234236 # cp $SCRIPT_DIR/../Pipfile $INSTALLPATH
235237 # chown -R paperpi:paperpi $INSTALLPATH
236238 fi
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ mirror = False
2020color = False
2121# Disable screen wipe at shutdown (Default: True)
2222# This setting will leave the last image on the screen at shutdown
23- no_wipe = True
23+ no_wipe = False
2424# plugin timeout - amount of time in seconds to wait for a hung plugin to complete execution
2525plugin_timeout = 30
2626
You can’t perform that action at this time.
0 commit comments