Index: tools/restore.sh =================================================================== diff -u -r361b58c60372d8758dc43b153b92e6f1dd59fa1a -r316fd2f51b0fa89c0f69949d79ef246e1e4bc4ed --- tools/restore.sh (.../restore.sh) (revision 361b58c60372d8758dc43b153b92e6f1dd59fa1a) +++ tools/restore.sh (.../restore.sh) (revision 316fd2f51b0fa89c0f69949d79ef246e1e4bc4ed) @@ -1,4 +1,19 @@ #!/bin/bash +########################################################################### +# +# Copyright (c) 2020-2025 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file restore.sh +# +# @author (last) Peter Lucia +# @date (last) 09-Jul-2020 +# @author (original) Peter Lucia +# @date (original) 06-Jul-2020 +# +############################################################################ backup_file="paths.ini.BAK0" install_dir=/opt/squishqt read -p "Enter the paths.ini backup file to restore to: " -e -i "$backup_file" backup_file