mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-04 09:28:01 +00:00 
			
		
		
		
	Translated relative to absolute path
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
# Imports data from the system
 | 
			
		||||
# @author Kevin Veen-Birkenbach [aka. Frantz]
 | 
			
		||||
# @param $1 If the first parameter is "reverse" the data will be exported to the system
 | 
			
		||||
DATA_FOLDER="$(dirname "$(readlink -f "${0}")")/../data";
 | 
			
		||||
DATA_FOLDER=$(readlink -f "$(dirname "$(readlink -f "${0}")")/../data");
 | 
			
		||||
declare -a BACKUP_LIST=("$HOME/.ssh/" "$HOME/.gitconfig");
 | 
			
		||||
for system_item_path in "${BACKUP_LIST[@]}";
 | 
			
		||||
do
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user