Change folder permissions

This commit is contained in:
q3aql 2024-07-07 21:53:05 +02:00
parent b511e4f48d
commit 62101b193f

View File

@ -43,6 +43,7 @@ pack() {
echo "Creating package $2"
unpack $filename $executable_run
cd $folder
chmod 777 -R * 2> /dev/null
tar $compress_flag -c -f $temp_file *
cd ${current_dir}
cat $temp_file >> $filename