Index: tools/restore.sh =================================================================== diff -u -r361b58c60372d8758dc43b153b92e6f1dd59fa1a -r25829e5793af41ffc76f0862a72d5fa510b14b19 --- tools/restore.sh (.../restore.sh) (revision 361b58c60372d8758dc43b153b92e6f1dd59fa1a) +++ tools/restore.sh (.../restore.sh) (revision 25829e5793af41ffc76f0862a72d5fa510b14b19) @@ -1,4 +1,19 @@ #!/bin/bash +########################################################################### +# +# Copyright (c) 2020-2022 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